Skip to content

Mar 30: Java Interfaces

Learning Objectives

After today’s class, you should be able to:

  • Describe the polymorphic algorithms provided by the Java library.
  • Implement the Comparable interface to allow objects to be sorted.
  • Use polymorphism to allow for multiple types of specialization.

Lesson Outline

Debrief [10 min]

Mini Lecture [10 min]

Lab13 [30 min]

Your To-Do List