Please enable JavaScript to use CodeHS

IB Computer Science Standard Level

Lesson 16.4 super Keyword

Description

In this lesson, students will use the super keyword. This keyword can be used to call a superclass?s constructors and methods even if the method has been overridden. This lesson corresponds with AP Computer Science A topic 9.4.


Objective

Students will be able to:

  • Use the super keyword to call a superclass’s constructors and methods