True/False
If a derived class reference is assigned to a base class variable,the variable must be cast back to the derived class before any derived class methods can be called with it.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A class that implements an interface but
Q44: Classes and methods are declared sealed for
Q45: Constants declared in an interface are implicitly
Q46: You may define implementations for abstract methods
Q47: Which of the following is false about
Q50: Consider the abstract class below:<br>Public abstract class
Q51: When a request is made to use
Q52: By convention,the name for a Car interface
Q53: An interface reference may invoke only the
Q54: A class that implements an interface may