Home » C++ Programming » Questions and Answers » Question
  1. Which operators are part of RTTI?
    1. function
    2. dynamic_cast()
    3. typeid
    4. both dynamic_cast() & typeid
    5. None of these
Correct Option: D

The dynamic_cast<> operation and typeid operator in C++ are part of RTTI.



Your comments will be displayed only after manual approval.