Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 9.3 Overriding Methods

Description

In this lesson, students will learn how to override methods in a superclass/subclass relationship. Method overriding occurs when a public method in a subclass has the same method signature as a public method in the superclass. This lesson corresponds with AP Computer Science A topic 9.3.


Objective

Students will be able to:

  • Override a method in a superclass/subclass relationship