instructions.html wrote:Your data access class must be called "Data.java", must be in a package called "suncertify.db", and must implement the following interface:
package suncertify.db;
public interface DBAccess {
...
}
So it said I must implement these interfaces.
I have done all that was required infact more than what was required
So do I have implement these interfaces or what I have done which does the same work is enough ?