Home » C++ Programming » Operators » Question
  1. What is the use of dynamic_cast operator?
    1. it converts the virtual base object to derived objects
    2. it will convert the operator based on precedence
    3. it converts virtual base class to derived class
    4. All of above
    5. None of these
Correct Option: C

Because the dynamic_cast operator is used to convert from base class to derived class.



Your comments will be displayed only after manual approval.