Folowing OOP principles are implemented:
- Inheritance
- Polymorphism
- Composition
- Aggregation
- Abstraction
- Encapsulation
Main Feature
- Implemented Responsive UI using
windows.h
library - Add, Delete, Modify employees data
- Generate pay slip of employees
- Has visually apealing loading UI
To run this Project you need to have following libraries included in your system:
#include <iostream> //for input output
#include <fstream> //for file handling
#include <sstream> // for accessing string stream
#include <stdlib.h> // for random number function
#include <string> //for strings
#include <conio.h> //for getch function
#include <iomanip> //for setw function
#include <time.h> //for accessing current time
#include <windows.h> //for getting and setting Console_Cursor position
- clone the repo
git clone https://github.com/awais-124/OOP_Project.git
cd OOP_Project
- Copy code in any C++ Editor and run.
- Microsoft Visual Studio Code is recommended to run this code