Question: Inventory Subsystem You are responsible for designing an inventory subsystem of a large application. It is anticipated that this subsystem will eventually grow into a
Inventory Subsystem You are responsible for designing an inventory subsystem of a large application. It is anticipated that this subsystem will eventually grow into a set of at least 10 classes. You must design the beginnings of the subsystem in a way that presents a compact, well-defined interface for the rest of the application. You can assume that rest of the application is represented by a class Client. Through main( ) in Client, your code should execute the following use case.
The application displays an introduction (All displays consist of console text).
The application repeats the following until the user decides to quit.
The application displays the inventory items by name and prompts the user to choose one.
The use enters an item name.
The application displays information about the item.
The application prompts the user for a model number.
The user reports the inventory of that model and item.
Provide a class diagram for this subsystem, together with the Client class.
Explain the services that each class in your diagram provides as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
