Inheritance and polmorphism: In Java, Using Classes, desine an online 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. A. Define the class Address that can store a street address, city, state, and zip code. Use the appropriae methods to print and store the address. Also, use consructors to automatically initialize the data members. B. Define the class ExtPerson using the class Person (designed in chapter 8, example 8-8), the class Date, and the class Address. Add a data member to the class to claddify 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 informatiom. Use constructors to automatically omotoa;ize the data members. C. 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 following operations: 1. Load the data onto 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 twp last names

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question
100%

Inheritance and polmorphism: In Java, Using Classes, desine an online 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.

A. Define the class Address that can store a street address, city, state, and zip code. Use the appropriae methods to print and store the address. Also, use consructors to automatically initialize the data members.

B. Define the class ExtPerson using the class Person (designed in chapter 8, example 8-8), the class Date, and the class Address. Add a data member to the class to claddify 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 informatiom. Use constructors to automatically omotoa;ize the data members.

C. 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 following operations:

1. Load the data onto 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 twp last names

Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Data members
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT