True/False
When an interface variable references an object, you can use the interface variable to call any and all of the methods in the class implementing the interface.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: All methods in an abstract class must
Q36: If two methods have the same name
Q57: When declaring class data members it is
Q58: All fields declared in an interface:<br>A) are
Q59: Look at the following code. Which line
Q60: What is wrong with the following code?<br>Public
Q62: Look at the following code. Which line
Q62: If a subclass constructor does not explicitly
Q64: Look at the following code. Line 1
Q65: If a superclass does not have a