Multiple Choice
A polymorphic reference uses _______________, not the type of the reference, to determine which version of a method to invoke.
A) the type of the object
B) the type of the reference
C) both A and B
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: What are some of the other operations
Q7: Define polymorphism.
Q8: The pop operation is implemented by returning
Q9: Inheritance creates an is-a relationship between all
Q10: _ is the process of deriving a
Q12: _ and _ represent unusual or invalid
Q13: A well-defined interface masks the implementation of
Q14: A _ is a Java language element
Q15: Stacks operate as _.<br>A) Last Out, First
Q16: Given the example in Figure 3.5, will