Solved

When a Superclass Variable Refers to a Subclass Object and a Method

Question 5

Multiple Choice

When a superclass variable refers to a subclass object and a method is called on that object,the proper implementation is determined at execution time.What is the process of determining the correct method to call?


A) early binding.
B) non-binding.
C) on-time binding.
D) late binding.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions