lizocf / ECE-366-Duopoly

4 stars 1 forks source link

General database manipulation function #4

Open isaiahrivera21 opened 7 months ago

isaiahrivera21 commented 7 months ago

ISSUE 3 DATABASE MANIPULATION

Right now I have this implemented in the Space abstract class. I feel like we should have a function that takes in the name of the table to tables and takes care of either adding or taking away something from a database. This could be overloaded in every specifc class to fir their needs.