When overriding a superclass method and calling the superclass version from the subclass method, failure to prefix the superclass method name with the keyword super and a dot (.) in the superclass method call causes ________.
Superclass methods with this level of access cannot be called from subclasses.
Using public set methods helps provide data integrity if:
Overriding a method differs from overloading a method because:
An advantage of inheritance is that:
Which of the following statements is false?
Which of the following is not a superclass/subclass relationship?
A programmer-defined constructor that has no arguments is called a(n) ________.
When a subclass constructor calls its superclass constructor, what happens if the superclass’s constructor does not assign a value to an instance variable?
The default implementation of method clone of Object performs a ________.