Multiple Choice
Which of the following statements is false?
A) A subclass is often larger than its superclass.
B) A superclass object is a subclass object.
C) The class following the extends keyword in a class declaration is the direct superclass of the class being declared.
D) Java uses interfaces to provide the benefits of multiple inheritance.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which statement is true when a superclass
Q11: The default implementation of method clone of
Q12: To avoid duplicating code, use _, rather
Q13: Which of the following is the superclass
Q14: Which of the following is not a
Q16: The default equals implementation of class Object
Q17: When a subclass constructor calls its superclass
Q18: Superclass methods with this level of access
Q19: Which of the following keywords allows a
Q20: Overriding a method differs from overloading a