Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 9.6 Polymorphism

Description

In this lesson, students will take a deeper dive into Polymorphism. At compile time, methods in or inherited by the declared type determine the correctness of a non-static method call. At run-time, the method in the actual object type is executed for a non-static method call. This lesson corresponds with AP Computer Science A topic 9.6.


Objective

Students will be able to:

  • Call methods in an inheritance relationship