Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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 as many entries as required by following the procedures: 1. Define the class addressBookType using the classes dened in Assignment 1. { It is a linked list, { The value of each node of the list has the data type of extPersonType. 2. The class should have at least the following functions { Add a new node to the address book. { Delete a node from the address book. { Determine if a node is in the address book. { Print all the information of all node of the address book. 3. Write a C++ program to test your design.

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