Retail Item Class Write a class named Retailltem that holds data about an item in a retail store. The class should have the following member variables. 0 description — P. string that holds a brief description of the item.
Retail Item Class Write a class named Retailltem that holds data about an item in a retail store. The class should
have the following member variables. 0 description — P. string that holds a brief description of the item.
Ir unitsDnHand — An int that holds the number of units currently in inventorv. I’ price—A. double that holds the item’s retail price. Write a constructor that accepts arguments for each member variable. appropriate mutator
functions that store values in these member variables, and accessor functions that return the
values in these member variables. Once you have written the class, write a separate program
that creates three Retailltem objectives and stores the following data in them. —— Unitson Hand
Item #1 59.95 Item #3 Shirt 20 24.95