Question: I need help writing this code for the 3 classes in java program. The main topic is inheritance. Please help, thank you! e rocus or
e rocus or this chatlenge is on Inheritance. Make sure to override as required and invoke parent constructors as appropriate. You do not have to validate arguments to methods for this challenge. The following class diagram shows the three classes you are to create: Employee doube O3TEOa String Full TimeEmp PartTimeEmp PartTimetnpiname Sring.id:Szing,atesdouble) Ds double get Statu 01 Stzing Note that -means private and + means public. Test classes are in zip file below Employee requirements The class should be abstract. . getMonthlyPay and getStatus should be abstract. . calculateMonthlyPay should deduct 10% tax from the monthly pay and return the result. (Note that you can call the abstract getMonthlyPay method!) toString should return a string representation using the following format: IDNum:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
