Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.2 KB

File metadata and controls

29 lines (21 loc) · 1.2 KB

Employee Management System

Demo Video

Employee Management System

This is a simple Employee Management System written in Java.

Table of Contents

Overview

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.

Features

  • 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.

Concepts Used in This Project

  • Encapsulation
  • Abstraction
  • Upcasting
  • Method Overriding