7.4. More on Polymorphism¶
7.4.1. Objectives¶
Review Java Interfaces and Abstract Classes
Review Inheritance and Composition
Review Overloading and Overriding
Review Reference Variables
Apply Typecasting
7.4.2. Polymorphism Measurable Interface¶
7.4.2.2. Code Examples¶
Try It Yourself
In Eclipse, use the Project > Download Assignment… menu command to download the lab project named “ex7.4.1.2-MeasurableInterface”.
Refer to 01.02: Lab: LightBot for Beginners if you need to review the instructions for downloading Eclipse projects.