Please enable JavaScript to use CodeHS

AP CSA: MOD-3.B.9

CodeHS Lessons

Regardless of whether the superclass constructor is called implicitly or explicitly, the process of calling superclass constructors continues until the Object constructor is called. At this point, all of the constructors within the hierarchy execute beginning with the Object constructor.

Standard
9.2 Writing Constructors for Subclasses
Standard
4.13 Inheritance
Standard
11.2 Writing Constructors for Subclasses
Standard
6.13 Inheritance
Standard
12.13 Inheritance
16.2 Writing Constructors for Subclasses
Standard
17.2 Writing Constructors for Subclasses
18.13 Inheritance
Standard
6.13 Inheritance