Question: Retailitem Class Write a class named Retailitem that holds data about an item in a retail store. The class should have the following propcrtics: -



Retailitem Class Write a class named Retailitem that holds data about an item in a retail store. The class should have the following propcrtics: - 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 hold the item's retail price. Write a constructor that accepts arguments for each property. The application should create an array of three Retailitem objects containing the following data: The application should have a loop that stcps through the array, displaying cach element's properties. Part II Submit the following information in the paper with the format: - Spacing double-spaced for normal text - Font Size 12 point - Font Styles Times New Roman Page 2 - Project Description Describe the purpose of this project. Page 3 - Graphical-User Interface (GUI) Place sample output screens with different inputs. (You may use Print Screen key to copy the running program screen and use the Paint program to crop it and save the image.) Page 4 - Properties Create a table consisting of the following three columns: 1. Control Name 2. Control Type 3. Property Settings In the first column list all tools (the TextBox, the three display Labels, and the three Buttons) that were used to create the GUI. In the second column, list properties of each control that you had to modify. In the third column specify values for all changed properties. TextAlign: MiddleCenter btnExit Button Text: EXIT txtMiles TextBox No properties Changed picFiftyCents PictureBox Image: Select and import the 50 cents.png file from the chap02 folder of the student Sample Programs. SizeMode: AutoSize
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
