Skip to content

Mar 09: Extending Classes

Learning Objectives

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

  • Summarize uses of the keywords extends and super.
  • Explain which methods can be called by a variable using polymorphism.
  • Predict which method will actually run when polymorphism is involved.

Lesson Outline

Debrief [5 min]

Act10 [45 min]

Your To-Do List