Lab Exercise4
Lab Exercise4
Make sure that that the program can easily accommodate new types of products in the
future without modifying existing code. For example, you should be able to add a
FurnitureProduct class without changing the InventoryManager class.
Make sure that the InventoryManager class depends on an interface rather than
concrete implementations.