Solved

Which of the Following Statements Is False

Question 8

Multiple Choice

Which of the following statements is false?


A) An advantage of inheritance over interfaces is that only inheritance provides the is-a relationship.
B) Objects of any subclass of a class that implements an interface can also be thought of as objects of that interface type.
C) When a method parameter is declared with a subclass or interface type, the method processes the object passed as an argument polymorphically.
D) All objects have the methods of class Object.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions