Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 4.16 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.


Objective

Students will be able to:

  • Explain Object class methods through inheritance
  • Utilize the Object class through inheritance
  • Describe methods of the Object superclass that are commonly overridden