Question: java programing.... Write an AddressBook class that manages a collection of Person objects. An Address Book will allow a person to add, delete, or search

 java programing.... Write an AddressBook class that manages a collection of

java programing....

Write an AddressBook class that manages a collection of Person objects. An Address Book 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. Make sure that the add method does not add duplicate person objects 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 returns the list of persons matching the specified criteria. The search can be done either by first name, last name, or person id. Write an AddressBookTester class to test your clas

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!