Employee Model Class

This commit is contained in:
2022-06-07 11:34:00 +05:30
parent ed07fd2109
commit 6ef7bc37a7
2 changed files with 104 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ if the problem still persist then create a issue or use Google/Stack Overlflow f
|Serial No.|Program Name|Description of the program|
|----------|------------|--------------------------|
|1 | [PrivateConBasic.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/PrivateConBasic.java) | Program to implement private constructor using the basic method. |
|2 | [PrivateConSingleton.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/PrivateConSingleton.java) | Program to implement private constructor using the Singleton method. |
|2 | [PrivateConSingleton.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/PrivateConSingleton.java) | Program to implement private constructor using the Singleton method. |
|3 | [EmployeeModelClass.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/EmployeeModelClass.java) | // Program to create Model Class, getter, setters and display the data. |