Monday, February 4, 2008

Java Inventory part 3

Modify by creating subclass of product class that uses a unique feature of a product. Create a method in the subclass to calculate the value of inventory of a product with the same name as the method previously created for the product class. Subclass method also adds 5% restock fee to the value of the inventory of that product.

No comments: