Question
Asked by:
$10.00 inventory program part 3
- From Computer-Science: Object-Oriented-Programming , Computer-Science: Programming-Methods
- Closed, but you can still post tutorials
- Due on Aug. 07, 2007
- Asked on Aug 02, 2007 at 5:17:32PM
Q:Project entails adapting the attached program to add the detailed fetures.
Modify the Inventory Program by creating a subclass of the product class that uses one additional unique feature of the product you chose (for the subclass, you could use color or style, for example). In the subclass, create a method to calculate the value of the inventory of a product with the same name as the method previously created for the product class. The subclass method should also add a 5% restocking fee to the value of the inventory of that product.
• Modify the output to display this additional feature you have chosen and the restocking fee.
I have modified the progam to be computer accessories the first file is my first assignment corrected and returned to me. the next two are my part 2 modificationsAttachments:
Inventory.java (3K)
Inventory.java (2K)
Product.java (1K)



