posted 23 years ago
Hi
It means that the class on the client side which will be used by the GUI to connect to DB server should expose all the public methods of the Data class. So U should have exact public functions in the database client class as in Data class.
Regardign deleting, In my assignment specs, they havn't mentioned
that I need to provide support for addition and deletion so I don't think that there is any need to provide a functionality which is not in specs