Using classes, design an online address book to keep track of the names, addresses, phone numbers, and dates of birth of family members, close friends, and certain business associates. Your program should be able to handle a maximum of 500 entries. a. Define a class, addressType, that can store a street address, city, state, and ZIP code. Use the appropriate functions to print and store the address. Also, use constructors to automatically initialize the member variables. b. Define a class extPersonType , the class personType, the class dateType (as designed in Q1), and the class addressType. Add a member variable to this class to classify the person as a family member, friend, or business associate. Also, add a member variable to store the phone number. Add (or override) the functions to print and store the appropriate information. Use constructors to automatically initialize the member variables. c. Define the class addressBookType using the previously defined classes. An object of the type addressBookType should be able to process a maximum of 500 entries. The program should perform the following operations: a. Load the data into the address book from a disk. b. ii. Sort the address book by last name. c. iii. Search for a person by last name. d. iv. Print the address, phone number, and date of birth (if it exists) of a given person. e. v. Print the names of the people whose birthdays are in a given month. f. vi. Print the names of all of the people between two last names. g. vii. Depending on the user’s request, print the names of all family members, friends, or business associates. Note: use c++ language solve as soon as possible

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 12PE
icon
Related questions
Question

Using classes, design an online address book to keep track of the names, addresses, phone numbers,
and dates of birth of family members, close friends, and certain business associates. Your program should
be able to handle a maximum of 500 entries.
a. Define a class, addressType, that can store a street address, city, state, and ZIP code. Use the
appropriate functions to print and store the address. Also, use constructors to automatically
initialize the member variables.
b. Define a class extPersonType , the class personType, the class dateType (as designed in Q1), and
the class addressType. Add a member variable to this class to classify the person as a family
member, friend, or business associate. Also, add a member variable to store the phone number.
Add (or override) the functions to print and store the appropriate information. Use constructors to
automatically initialize the member variables.
c. Define the class addressBookType using the previously defined classes. An object of the type
addressBookType should be able to process a maximum of 500 entries. The program should
perform the following operations:
a. Load the data into the address book from a disk.
b. ii. Sort the address book by last name.
c. iii. Search for a person by last name.
d. iv. Print the address, phone number, and date of birth (if it exists) of a given person.
e. v. Print the names of the people whose birthdays are in a given month.
f. vi. Print the names of all of the people between two last names.
g. vii. Depending on the user’s request, print the names of all family members, friends, or
business associates.

Note:

use c++ language

solve as soon as possible

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Math class and its different methods
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