Understand the uml diagram | Computer Science homework help
Scenario/Summary The objective of the lab is to take the UML Class diagram and enhance last week’s Employee class by making the following changes: Create a class called Salaried that is derived from Employee. Create a class called Hourly that is also derived from Employee. Override the base class calculatePay() method. Override the displayEmployee() method. Deliverables Due this week: Capture the Console output window and […]
