1.

Runtime polymorphism can be achieved by:

A. Accessing virtual function through the pointer of the base class
B. Accessing virtual function through the object
C. The derived class
D. None of these
Answer» B. Accessing virtual function through the object


Discussion

No Comment Found