posted 2 years ago
Question #6 says that option 'A' is correct:
A. Calling clone() on any object will compile.
This is wrong because clone() has protected access in Object,
and calling clone() on any object will not compile, unless the object has overridden the method.