Page 850 - AP Computer Science A, 7th edition
P. 850

11. (B) Statement I is false: A subclass must specify its own constructors. Otherwise the default constructor of the superclass will automatically be invoked. Note that statement III is false: Private instance methods cannot be overridden.


































































































   848   849   850   851   852