views:

78

answers:

1

Write an application in Netbeans to manage a simple DVD hire store (note: this is simply an exercise and is in not intended to accurately model a DVD stores operation exactly – for instance there is no money involved).

This program simply records and outputs some details of DVDs, customers and staff. The program will be able to process the hiring of DVDs to customers by staff. .

The classes that need to be created are Store, DVD, Person, Customer, GoldCardCustomer, and Staff, which are summarised below (minus the appropriate get and set methods and constructors which I must supply).

I will also need to create additional Exception classes.

+3  A: 

I would start off reading:

Pay close attention to the lesson on Exceptions:

Followed by:

Finally, use your brain:

Good luck champ! I got faith in you!

Andrew Dyster
"Good luck champ! I got faith in you!" :D. That's one hell of a punch there.
Vineet Reynolds