|
@@ -81,7 +81,11 @@ Note: Inventory and InventoryManager should not be the same class!!!
|
81
|
81
|
UML is required
|
82
|
82
|
Unit test in place before proceeding with code
|
83
|
83
|
|
84
|
|
-## Instructions
|
|
84
|
+## Instructions (Part I)
|
85
|
85
|
|
86
|
86
|
1. In your main class initialize your manager and populate your inventory
|
87
|
87
|
2. Demonstrate calling methods on your manager
|
|
88
|
+
|
|
89
|
+## Instructions (Part II)
|
|
90
|
+
|
|
91
|
+Alter your programs so that InventoryManager manages multiple inventories
|