Question: Cpp Write an AddressBook class that manages a collection of 4 Person objects. Use the Person class developed in question 2. An AddressBook will allow
Write an AddressBook class that manages a collection of 4 Person objects. Use the Person class developed in question 2. An AddressBook will allow a person to add, delete, or search for a Person object in the address book. The add method should add a person object to the address book. The delete method should remove the specified person object from the address book. The search method that searches the address book for a specified person and prints the list of persons matching the specified criteria. The search can be done either by first name, last name, or person id. Write a main program class to test your AddressBook
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
