AP Computer Science Aeasymcq1 pt

Which is a correct superclass constructor call?

A.super();
B.this();
C.superclass();
D.new super();

Explanation

Core Concept

The no-argument parent constructor is called.

Correct Answer

Asuper();

More Unit 9: Inheritance practice questions

Try a random question →

Practice more AP Computer Science A questions with full explanations

Practice Unit 9: Inheritance Questions →