Modify your inventory management system created inprevious assignment (assignment 2) to use separate container classto main the items collection and multiple modules to organize
You’ve been asked to write a small menu driveninventory management system for a small convenient store. Yourapplication shall maintain the following information regarding anitem.
Item ID – unsigned long
Item name – string
Item cost – float
Quantity – int
Following are the list of administrative functionalities yourapplication shall support:
1. Add new item to the inventory. This function will be used to adda single new item into the inventory management system.
2. Print all item information in the store – This
OR
OR