Short Answer
_________ allows us to use the same method call for any object in a class hierarchy.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Inheritance is useful for which of the
Q11: Overriding a method and overloading a method
Q12: The following code will run without errors:<br>//
Q13: An abstract class is declared to be
Q14: A class can implement more than one
Q16: You have written a SavingsAccount class based
Q17: Public fields and methods are inherited.
Q18: The extends keyword specifies that the subclass
Q19: The interface concept is Java's way of
Q20: When a class extends another class, the