Question: Phone Book Problem: A Simple program is needed to keep track phone numbers. This program should allow you to enter a contact name and find
Class Diagram: PhoneBook Attributes- Contact "root Contact current Methods PhoneBook0 bool addContact(string last, string first, string phonel bool removeContact(string last,string firs t) bool findContact(string last, string firs t) oid Dis playCurrent void Dis playList0 Contact Attributes string lastName string firstname string phone Contact left Contact right Methods Contact(string last, string first, string phone) string get ast Na me (0 string getFirst Na me 0: string getFullN ame0 string ge tN umber) bool setNumber(string number)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
