AP Computer Science Aeasymcq1 pt
Which expression calls the superclass's version of a method named act?
A.super.act()
B.this.act()
C.act.super()
D.parent.act()
super reaches the parent method.
Asuper.act()
Practice more AP Computer Science A questions with full explanations
Practice Unit 9: Inheritance Questions →