Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 9.7 Object Superclass

Description

In this lesson, students will call and use the Object superclass. The Object class is the superclass of all other classes in Java. This lesson corresponds with AP Computer Science A topic 9.7.


Objective

Students will be able to:

  • Call Object class methods through inheritance
  • Utilize the Object class through inheritance