Skip to content

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.

Notifications You must be signed in to change notification settings

darskp/Java-CRUD-Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages