A Java application for managing customer information with features including adding, updating, deleting, and searching customer records.
- Add new customers
- Update existing customer information
- Delete customers
- Search for customers
- List all customers
- Sort customer records
This project implements various design patterns and follows object-oriented principles to create a robust customer management system.