Question: C++ assignmet its a inventory program. Read the text file store the all info about items ( in their object) and all object store the

 C++ assignmet its a inventory program. Read the text file store

C++ assignmet its a inventory program. Read the text file store the all info about items ( in their object) and all object store the list. Must be add new items Must be change the items available info

C++ ASSIGNMENT In total, this is a furniture store's inventory program. Furniture store company has two product chair and table. It should do such as changing the number of products in the inventory, adding a new product (with information). All of our products have common features and they should be made with inheritance. For example, all of them have height and weight. After the program starts, it should read the input.txt file I gave below. You have to store the information (Id, height, weight ..., available products) for the different items in their objects and keep these objects in an ArrayList. ( ArrayList for Chair object, ArrayList for Table object) (object for c101 Id item all the features of this code will be in) - All inventory should be listed. When a new item information is received, it should be asked what item it is, and then the object should be created by saving it in the .txt file with all its information. The number of items available must be changed. - All of them should be written to .txt file, saved. ex: CID HEGHT WEIGHT YorN TASK AvailableProduct TID HEGHT WEIGHT YorN Mork Salary AvailableProduct input.txt file Chair C101 100 60 Y 1.8 47 091 110 70 N 1.8 11 C198 80 40 Y 0.8 32 Table T01 180 210 Y M4 9 TO2 180 250 NM4 100 I30 210 22 Y K 8 19 should look like this after procedures. Chair C101 100 60 Y 1.8 30 ( Change the Av.product) 091 110 70 N 1.8 11 C198 80 40 Y 0.8 32 CO8 80 50 N 0.7 3 ( Add new item )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!