katherinefernandes / ProjectAOOSD

Project for a DTU course.
0 stars 0 forks source link

DataAccess #27

Open munz11 opened 4 years ago

munz11 commented 4 years ago

with will be an interface to the three subclasses: AccessClient, AccessContainer, AccessHistory.

should be able to add a new row to the files, edit a row in a file and get information from the files. so the three mandatory methods are:

  1. addData
  2. editData
  3. getData
munz11 commented 4 years ago

Assume at this point all the data is in valid format