Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Phonebook Application The solution must be in python! Design a program that you can use to keep information on your family or friends. You

The Phonebook Application

The solution must be in python!

Design a program that you can use to keep information on your family or friends. You may view the video demonstration of the program located in this module to see how the program should function.

Instructions

Your program should have the following classes:

Base Class - Contact (First Name, Last Name, and Phone Number) Sub Class - Family (First Name, Last Name, Phone Number, and Relationship ie. cousin, uncle, aunt, etc.) Sub Class - Friends (First Name, Last Name, Phone Number, and Data Met)

The program should be menu-driven, and offer the following operations:

The Phone Book Application will need to store the contact information for family members and friends in text files called family.txt and friends.txt respectively.

1. Add Contact- After the user selects this option, they should have a second option to select whether to enter the info for a Family or Friend. The contact should then be created in a separate function and returned to the main function to be added to the phone book list. The appropriate sub-class should then be instantiated and the new record should be stored in one array that holds not more than 25 records.

2. Edit Contact - This functionality should allow the user to search through the array of objects by name and then allow the user to modify the phone number.

3. Delete Contact - This functionality should allow the user to display all contacts with all of their information.

4. View Contacts - This functionality should show all of the contacts listed in the user's phone book. It should even show contacts when the program starts by reading them from the file.

5. Exit the program.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions