Question: Create an inventory application that includes an product class. The application reads a CSV file which contains the existing product inventory, allows the user to
Create an inventory application that includes an product class.
The application reads a CSV file which contains the existing product inventory, allows the user to receive supplies and add those products to the inventory, summarize the cost of goods on hand, and write the product inventory back to the CSV file (in the same format).
In the product class, all data must be declared private. Public properties will allow access to the private data. The product class should also define a constructor and any other methods needed for normal operation of our inventory application.
***THIS IS FOR C# PROGRAMMING***
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
