Retailitem that holds data solution
Using Visual C# 2012 Third Edition by Tony Gaddis Write a class named RetailItem that holds data about an item in a retail store. The class should have the following properties: * Description —- The Description property should hold a brief description of the item. *UnitsOnHand — The UnitsOnHand property should hold the number of units currently in inventory. *Price — The Price property should […]