Write the program In Java OOP languageCreate the following class:Employee:Employee have following variables: Name,Id,Designation,Serviceyears,Salary,status(permanentor probation):Set Employee’s information using constructor Hint: create a parameterized constuctorCreate the following methods:uppraisalStatus():checks if an employee is valid for appraisal or no , validity criteria is if anemployee serves more than 1.5 years. ( 10% appraisal )giveFeedback(): this method will take feedback & give suggestion for about the departmentemployee is working in.showbenefits(): if the status is permanent print you can avail the benefits else print after theprobation period you can avail all the benefits.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here