Question: comouter java oop Q2) Assume that you have the below UML diagram, where the Employee class is an abstract class.mark) Write a program to do

comouter
comouter java oop Q2) Assume that you have the below UML diagram,
java oop

Q2) Assume that you have the below UML diagram, where the Employee class is an abstract class.mark) Write a program to do the following: A. For the Employee Class: 1. A parametrized constructor to initialize name and payment Per Hour 2.abstract method calculate Salary(): - setters and getters for name and paymentPer Hour (I mark) -for the Contractor Class: 1. A parametrized constructor to initialize name and paymentPerHour, and working Hours. Override the method calculate Salary to compute the Salary (2 mark) For the Full TimeEmployee Class A parametrized constructor to initialize name and paymentPerHour (note the working hours for fulltime employee is 8). Override the method calculateSalary to compute the Salary.(2 marks) Perform the following in the Main class: (1 mark) Define an object named Objl of type Employee record your notes) Define an object named Obj2 of type contractor, and set the values of its data members and Print the salary of Obj2. Define an object named Obj3 of type Full TimeEmployee, and set the values of its data members and Print the salary of obj3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!