

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements isn t true? |
A. | tA non-private method in a superclass can be overridden |
B. | tA derived class is a subset of superclass |
C. | tThe value of a private variable in the superclass can be changed in the subclass |
D. | tWhen invoking the constructor from a subclass, the constructor of superclass is automatically invoked |
Answer» D. tWhen invoking the constructor from a subclass, the constructor of superclass is automatically invoked | |