Question: Object Oriented Programming ROHIT Engineering Company has introduced the bonus for their Employees. The following operations have been initiated by the company such as 1)

Object Oriented Programming
ROHIT Engineering Company has introduced the bonus for their Employees. The following operations have been initiated by the company such as 1) Employee information creation 2) Bonus calculation 3) Display employee details. Employee Employeeid, salary and bonus (1 Mark) Object Class Name: Member Attributes : Member Methods Set (int int) (2.5 Marks) Processo To set the input the values Employeeid, salary through using the parameterized method. To calculate the bonus and return the bonus (Driver Class) using the following condition. (2.5 Marks) Driver Class Name Salary Bonus 0 - 500 15% of Salary 501-2000 27.5 % of Salary Above 2000 32.5% of Salary : Employee Test To create object of Employee To read the Employeeid and salary To pass the values Employeeid and salary to Object Class (Set() method) - To display the following details Employeeid, salary, and bonus of the employee. (4 Marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
