want my answer in simple Oop Java A company hired you to design an application for their employees in Java. They have two different types of employees to manage one is experienced employees and fresh employees. Both categories of employees have few details about employees like their name, contact no, joining year and salary. The application is required to perform few operations like adding employee to the system, view detail of the employees, adding bonus for the employees working in company for more than 5 years if the salary is given. The bonus will only be for the experienced employees and the fresh employees will be informed that they will get the bonus soon. The adding employee
I want my answer in simple Oop Java
A company hired you to design an application for their employees in Java. They have two different types of employees to manage one is experienced employees and fresh employees. Both categories of employees have few details about employees like their name, contact no, joining year and salary. The application is required to perform few operations like adding employee to the system, view detail of the employees, adding bonus for the employees working in company for more than 5 years if the salary is given. The bonus will only be for the experienced employees and the fresh employees will be informed that they will get the bonus soon. The adding employee function of the fresh employee will not require the joining year but will consider current year as joining year. Consider the above scenario and implement it by using your object oriented concepts.

Step by step
Solved in 2 steps









