Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 483 Bytes

File metadata and controls

16 lines (11 loc) · 483 Bytes

Customer Manager Application

A Java application for managing customer information with features including adding, updating, deleting, and searching customer records.

Features

  • Add new customers
  • Update existing customer information
  • Delete customers
  • Search for customers
  • List all customers
  • Sort customer records

Implementation

This project implements various design patterns and follows object-oriented principles to create a robust customer management system.