Multiple Choice
In Java, polymorphic references can be created through the use of __________________ and ________________.
A) inheritance, interfaces
B) inheritance, abstract classes
C) interfaces, abstract classes
D) interfaces, iterators
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Late binding is _ than _ .<br>A)
Q17: An interface cannot declare any instance variables.
Q18: Consider the following inheritance hierarchy that is
Q19: The commitment to execute certain code to
Q20: Which GUI concepts use polymorphism to establish
Q22: A parameter to a method can be
Q23: What is an interface?
Q24: Describe the Iterator interface.
Q25: How do interfaces relate to multiple inheritance?
Q26: Let Dog be a subclass of Animal,