About:
This is a Phone Book Management System developed in Java.
This Phone Book performs few basic operations:
- Add new contact
- Search for an existing contact
- Edit an existing contact
- Delete an existing contact
- Display All Contacts
- Exit
This project is developed for learning OOPS concepts (specifically, Encapsulation and Polymorphism) using JAVA.
NOTE: To execute the project, run the App.java file.