Polymorphism activity
Lets look at employee/staff member
- open that up in eclipse.
- Add a few different types of staff members to staff
- Create a method to pay all of them quickly
- Create a method to print them all out.
- Advanced people, Use instanceof to give 500$ bonus to executives
|