True/False
Let Animal be an interface. Then it is possible to create an object by instantiating the Animal interface.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Let Dog be a subclass of Animal,
Q27: Suppose you are implementing the comparable interface
Q27: What is polymorphism?
Q28: An interface name may be used as
Q29: If a class implements an interface, it
Q30: Why can't an interface be instantiated?
Q33: Can references to interface types be polymorphic?
Q34: The Comparable interface contains which of the
Q35: A polymorphic reference is one that can
Q36: Give an example of a class that