Wyo Java Ch. 9 Lecture Notes

Note: Inner classes as explained on pp. 379 & timer events as explained on 380-386 will not be covered in this course and are not covered on the AP exam.

Objective #1: Understand how to use interfaces.

Objective #2: Use the Comparable interface and override its compareTo method.

Objective #3: Use an interface to take advantage of polymorphism.

Objective #4: Convert an interface reference to a class type.