Exercise - Inheritance Polymorphism
Task 1: Implementing Inheritance and using Default Constructors Given the following UML Class diagram: a) Create class definition for StaffUUM, Malaysian and International classes. b) Create TestStaffUUMInheritance class to run the program. c) In the TestStaffUUMInheritance class: I. Create one object for each class. Use no-argument constructors (default constructors). II. Call setter methods for each object to set their data. ...