-
What is the use of dynamic_cast operator?
-
- it converts the virtual base object to derived objects
- it will convert the operator based on precedence
- it converts virtual base class to derived class
- All of above
- None of these
Correct Option: C
Because the dynamic_cast operator is used to convert from base class to derived class.