AP Computer Science Amediummcq1 pt

An overridden method may call the parent version with

A.super.methodName()
B.this.methodName()
C.parent.methodName()
D.Object.methodName()

Explanation

Core Concept

super invokes the parent method.

Correct Answer

Asuper.methodName()

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 →