Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

🎯 Objective

For this lab, you will be creating a class called Employee. The Employee will have an Address as well as a Benefit. To complete this lab, you will need to create the following classes as described in the UML Class diagrams:

...

The Employee HAS A Benefit and HAS A Address (Aggregation)

Instructions

Create a Driver class that follows the following Pseudocode

...

//output to the user the Employee data using your PrintEmployeeInformation method.

🚚  Deliverables

Upload the following files in a zip folder that you have created:

...