Multiple Choice
Assigning an object of an ancestor class to a descendent class is called:
A) static binding
B) dynamic binding
C) upcasting
D) downcasting
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: _ refers to the process of associating
Q4: A class with no abstract methods is
Q5: _ binding refers to the method definition
Q7: An abstract class must have the modifier
Q8: The clone method return type is:<br>A)the same
Q11: The final modifier is included before the
Q11: The clone method has _ parameters.<br>A)zero<br>B)one<br>C)two<br>D)three<br>
Q24: Implement the base class in the shoe
Q28: Late binding refers to the method definition
Q29: What is wrong with the following method