This is a simple Employee Management System written in Java.
This project implements an Employee Management System with basic CRUD (Create, Read, Update, Delete) operations. It allows users to add, view, update, and delete employee records.
- Add Employee: Add a new employee with details such as ID, name, age, designation, department, and salary.
- View Employee: View details of a specific employee by entering their ID.
- Update Employee: Update information for an existing employee, including name, age, department, designation, and salary.
- Delete Employee: Delete an employee record by providing their ID.
- View All Employees: View details of all employees in the system.
- Encapsulation
- Abstraction
- Upcasting
- Method Overriding