Hi Fl�vio:
I agree with George, you shouldn't use create/delete method at all but you must implement they.
The assignment requires you must support search and book mechanism in GUI:
....� It must allow the user to search..... � It must allow the user to book a selected record,....
Although it never requires you must implement create/delete mechanism, but nearly all people implement it. As George statemented "
if you fail to implement any of the required database operations you put some of these 40 points at risk.".
I think in the assignment, it hints that why have create/delete method in DBMain interface:
The company's IT director has decided to migrate the existing application to a Java technology based system. Initially, the system will support only the CSRs, although the hope is that this interim step will give them a starting point for migrating the system to the web.
Because the system we make will migrate the existing application, I think these application must have create/delete mechanism, but now, this system only support to CSRs, so the client of it haven't create/delete operation.
Make sense?