My instruction:
“To connect with your server,
you should create a client program. This implementation should include a class that implements the same public methods as the suncertify.db.Data class, although it will need different constructors to allow it to support the network configuration.”
But my implementation include tow classes: DBClient that implements the same public methods as the suncertify.db.Data class and DBController that has different constructors to allow it to support the network configuration. Am I going to have less points as I don’t follow the instruction?