In C# lanuage. using Visual Studios in Windows Form App (.Net Framework)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 5PE: Using classes, design an online address book to keep track of the names, addresses, phone numbers,...
icon
Related questions
Question

In C# lanuage. using Visual Studios in Windows Form App (.Net Framework)

4. PERSON AND CUSTOMER Classes
Design a class named Person with properties for holding a person's name, address, and
telephone number. Next, design a class named Customer, which is derived from the
Person class. The Customer class should have a property for a customer number and a
Boolean property indicating whether the customer wishes to be on a mailing list.
Demonstrate an object of the Customer class in a simple application.
Transcribed Image Text:4. PERSON AND CUSTOMER Classes Design a class named Person with properties for holding a person's name, address, and telephone number. Next, design a class named Customer, which is derived from the Person class. The Customer class should have a property for a customer number and a Boolean property indicating whether the customer wishes to be on a mailing list. Demonstrate an object of the Customer class in a simple application.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Running Time of Application
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning