OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 197
|
Runtime polymorphism can be achieved by :
|
Accessing virtual function through the pointer of the base class
|
|
|
Accessing virtual function through the object
|
|
|
The derived class
|
|
|
None of these
|
Question 197 Explanation:
Runtime polymorphism can be achieved by accessing virtual function through the pointer of the base class.
Correct Answer: A
Question 197 Explanation:
Runtime polymorphism can be achieved by accessing virtual function through the pointer of the base class.
