Part 1: Use a UML class diagram to model your inventory manager class. This class must use an array to manage a collection of inventory items.
Part 2: Implement the inventory manager class. This class must have methods that do the following:
Part 3: Test the inventory manager class with a driver program or unit tests. This may be a console application.
Comments
Leave a comment