Home » C++ Programming » Questions and Answers » Question
  1. To which type of class, We can apply RTTI?
    1. Polymorphic
    2. Derived
    3. Encapsulation
    4. All of above
    5. None of these
Correct Option: A

RTTI is available only for classes which are polymorphic, which means they have at least one virtual method.



Your comments will be displayed only after manual approval.