PreferredCustomer Class
Program plan:
Design the form:
Place a four text boxes control on the form, and change its name and properties to get the full name, address, phone number, and amount purchased from the user.
Place a four label boxes control on the form, and change its name and properties.
Place a one radio buttons control on the form, and change its name and properties.
Place a command button on the form, and change its name and properties to retrieve the object properties and then display the values in message box.
In code window, write the code:
Program.cs:
Include the required libraries.
Define the namespace “Program11_5”.
Define a class “Program”.
Define a constructor for the class.
Define required functions to run “Form1”.
Form1.cs:
Include the required libraries.
Define namespace “Program11_5”.
Define a class “Form1”.
In Form1_Load() method,
Create an object for Customer derived class.
Assign the text box input to field of base class using derived class object.
Display the retrieved fields in message box.
Close the application.
Person.cs:
Include the required libraries.
Define namespace “Program11_5”.
Define a base class “Person”.
Declare the required fields.
Define the parameterless constructor.
Define Name, address, and phone number property to use get and set methods.
Customer.cs:
Include the required libraries.
Define namespace “Program11_5”.
Define a derived class “Customer” which is derived from base class “Person”.
Declare the required fields.
Define the parameterless constructor to initialize the required fields.
Define Customer number and addToMailList property to use get and set methods.
PreferredCustomer.cs:
Include the required libraries.
Define namespace “Program11_5”.
Define a derived class “PreferredCustomer” which is derived from base class “Customer”. But this “Customer” class is derived from base class “Person”.
Declare the required fields.
Define the parameterless constructor to initialize the required fields.
Define purchased amount and discount level property to use get and set methods. Calculate the discount level based on purchased amount.
Form Design:
View the Form Design in IDE.
Set the Form Control properties in Properties window as follows:
Object | Property | Setting |
Form1 | Text | Program11_5 |
label1 | Text | Full Name: |
label2 | Text | Address: |
label3 | Text | Phone Number: |
Label4 | Text | Amount Purchased: $ |
textBox1 | Text | (Empty) |
textBox2 | Text | (Empty) |
textBox3 | Text | (Empty) |
textBox4 | Text | (Empty) |
radioButton1 | Text | Don’t add me to mailing list |
btnDisplay | Text | Display |
Add four label box controls to the form from Toolbox.
Add four text box controls to the form from Toolbox.
Add one radio button control to the form from Toolbox.
Add one command button control to the form from Toolbox.
Want to see the full answer?
Check out a sample textbook solutionChapter 11 Solutions
Pearson eText for Starting out with Visual C# -- Instant Access (Pearson+)
- What are the steps you will follow in order to check the database and fix any problems with it and normalize it? Give two references with your answer.arrow_forwardWhat are the steps you will follow in order to check the database and fix any problems with it? Have in mind that you SHOULD normalize it as well. Consider that the database offline is not allowed since people are connected to it and personal data might be bridged and not secured. Provide three refernces with you answer.arrow_forwardShould software manufacturers should be tolerant of the practice of software piracy in third-world countries to allow these countries an opportunity to move more quickly into the information age? Why or why not?arrow_forward
- I would like to know about the features of Advanced Threat Protection (ATP), AMD-V, and domain name space (DNS).arrow_forwardPlease show the code for the Tikz figurearrow_forwardWhat is Windows Server and what is the Differences between Windows Server 2019 and the Windows Operating System that people have installed on their personal computer.arrow_forward
- solve and show the tree on paperarrow_forwardI need help to resolve the following activityarrow_forwardModern life has been impacted immensely by computers. Computers have penetrated every aspect of oursociety, either for better or for worse. From supermarket scanners calculating our shopping transactionswhile keeping store inventory; robots that handle highly specialized tasks or even simple human tasks,computers do much more than just computing. But where did all this technology come from and whereis it heading? Does the future look promising or should we worry about computers taking over theworld? Or are they just a necessary evil? Provide three references with your answer.arrow_forward
- What are the steps you will follow in order to check the database and fix any problems with it? Have in mind that you SHOULD normalize it as well. Describe in full, consider the following:• Taking the database offline is not allowed since people are connected to it.• Personal data might be bridged and not secured. Provide three refernces with you answerarrow_forwardYou are called by your supervisor to go and check a potential data bridge problem. What are the stepsyou will follow in order to check the database and fix any problems with it? Have in mind that youSHOULD normalize it as well. Describe in full, consider the following:• Taking the database offline is not allowed since people are connected to it.• Personal data might be bridged and not secured. Provide three refernces with you answerarrow_forward(A) A cellular system has 12 microcells with 10 channels per cell. The microcells are split into 3 microcells, and each microcell is further split into 4 picocells. Determine the number of channels available in system after splitting into picocelles.arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education