Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 361 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 361 Bytes

Employee_Management_System

The provided code is part of an Employee Management System implemented in Java. The program is a console-based application where users can perform CRUD (Create, Read, Update, Delete) operations on employee records. The main class, Main_App, handles user input and interacts with the Employee_Services class to manage employee data.