Why we use the “dynamic_cast” type conversion?
(a) result of the type conversion is a valid
(b) to be used in low memory
(c) result of the type conversion is an invalid
(d) it is used for storage
I got this question by my college director while I was bunking the class.
The question is from Conversion Operators in division Source Files, Classes and Operator Overloading in C++ of C++