Question: Exercise 3 : Abstract Classes Task: Create an abstract class Employee with a method calculateSalary ( ) . Extend this class with two subclasses: Manager
Exercise : Abstract Classes
Task: Create an abstract class Employee with a method calculateSalary Extend this class with
two subclasses: Manager and Developer. Implement the calculateSalary method in each subclass
with different formulas. Create instances of both subclasses and calculate their salaries.
Instructions: After implementing the solution, draw a class diagram representing the classes Employee,
Manager, and Developer. Include associations and any relevant attributes or methods. IN JAVA AND DONT FORGET TO INVOLVE CLASS DIAGRAM, PLEASE DRAW IT CLEARLY
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
