Question: Please Code the following program in C++: PLEASE BE SURE THAT THE CODE COMPILES AND RUN CORRECTLY, DO NOT ANSWER IF CODE DOESNT WORK! DO

Please Code the following program in C++:

PLEASE BE SURE THAT THE CODE COMPILES AND RUN CORRECTLY, DO NOT ANSWER IF CODE DOESNT WORK!

DO NOT COPY AND PASTE FROM THE OTHER CHEGG QUESTIONS OR EVEN THE BOOK ANSWERS (THEY DO NOT WORK) WRONG ANSWERS WILL BE REPORTED AS SPAM.

(Classes as defined in the book for part b) of the program are at the bottom)

Please Code the following program in C++: PLEASE BE SURE THAT THE

Class PersonType (as defined in 10-10)

CODE COMPILES AND RUN CORRECTLY, DO NOT ANSWER IF CODE DOESNT WORK!

DO NOT COPY AND PASTE FROM THE OTHER CHEGG QUESTIONS OR EVENTHE BOOK ANSWERS (THEY DO NOT WORK) WRONG ANSWERS WILL BE REPORTED

AS SPAM. (Classes as defined in the book for part b) of

Class DateType:

the program are at the bottom) Class PersonType (as defined in 10-10)

Class DateType: Thank You. 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

Thank You.

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 Define a class extPersonType using the class personType (as defined in Example 10-10, Chapter 10), the class dateType (as designed in this chapter's Programming Exercise 2), 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 b. 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 entri The program should perform the following operations es i. Load the data into the address book from a disk ii. Sort the address book by last name ii. Search for a person by last name iv. Print the address, phone number, and date of birth (if it exists) of a given person . Print the names of the people whose birthdays are in a given month vi. Print the names of all the people between two last names vii. Depending on the user's request, print the names of all family mbers, friends, or business associates

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!