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()
super invokes the parent method.
Asuper.methodName()
Practice more AP Computer Science A questions with full explanations
Practice Unit 9: Inheritance Questions →