Prepare an address book to save the complete information of


You need to design and prepare an address book to save the complete information of the person.

Problem: Using classes, design an address book to keep track of the names, addresses, phone numbers, and birthdays of family members, close friends, and certain business associates. Your program should be able to handle a maximum of 500 entries.

Part 1: Define the class Address that can store a street address, city, state, and zip code. Use the appropriate methods to print and store the address.

Also, use constructors to automatically initialize the data members.

Part 2: Define the class ExtPerson using the class Person (as defined in Example 8-8, Chapter 8), the class Date (as designed in this chapter's

Programming Exercise 2), and the class Address. Add a data member to this class to classify the person as a family member, friend, or business associate. Also, add a data member to store the phone number.

Add (or override) methods to print and store the appropriate information. Use constructors to automatically initialize the data members.

Part 3. Define the class AddressBook using previously defined classes. An object of type AddressBook should be able to process a maximum of 500 entries.

The program should perform the subsequent operations:

1: Load the data into the address book from a disk.

2: Sort the address book by last name.

3: Search for a person by last name.

4: Print the address, phone number, and date of birth (if available) of a given person.

5: Print the names of the people whose birthdays are in a given month or between two given dates.

6. Print the names of all the people between two last names.

PLEASE make sure it compiles and prepare the full program to receive full credit. Thank a lot for your help.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Prepare an address book to save the complete information of
Reference No:- TGS0954819

Expected delivery within 24 Hours