Short Answer
Interfaces allow us to make ______ references, in which the method that is invoked is based on the particular object being referenced at the time.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: What are constructors used for? How are
Q5: A polymorphic reference uses the type of
Q6: Instance variables should be declared with public
Q7: How is overriding related to polymorphism?
Q8: Inheritance can be applied to interfaces, so
Q10: Errors and exceptions represent unusual or invalid
Q11: If an exception is not caught and
Q12: Each _ clause on a try statement
Q13: An object reference variable stores the _
Q14: A child class can _ (redefine) the