AP Computer Science Aeasymcq1 pt

A private method of the superclass

A.cannot be called by the subclass
B.is inherited by the subclass
C.becomes public in the subclass
D.must be overridden

Explanation

Core Concept

private excludes subclasses.

Correct Answer

Acannot be called by the subclass

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 →