Multiple Choice
In Java, a reference variable is __________ because it can reference objects of types different from its own, as long as those types are related to its type through inheritance.
A) static
B) dynamic
C) polymorphic
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: All methods specified by an interface are
Q26: If a subclass constructor does not explicitly
Q27: In an inheritance relationship, the subclass constructor
Q28: If you don't provide an access specifier
Q29: Which key word indicates that a class
Q31: Given the following code: Line 1 public
Q32: A subclass may call an overridden superclass
Q33: You can write a super statement that
Q34: Which of the following is an example
Q35: In the following code, which line has