Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

Students also viewed these Databases questions