Derived Customer Class
Open the Customer Information project you created in Programming Challenge 10. Design a new class named Customer, which is derived from the Person class. The Customer class should have the following properties:
• CustomerNumber (integer)
• MailingList (Boolean)
• Comments (String)
The CustomerNumber property will be used to hold a unique number for each customer. The Mailing List property will be set to True if the customer wishes to be on a mailing list, or False if the customer does not wish to be on a mailing list. The comments property holds miscellaneous comments about the customer.
Modify the form so that it allows you to store data in each property of a Customer object. To enter the customer comments, use a TextBox control with its Multiline and WordWrap properties set to True.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.