1.

C++: What is RTTI?

A. Run-Time Type Identification (RTTI) is a technique that is used to know the type of any object at run time.
B. RTTI is a technique that is used to know the type of any object at compile time.
C. RTTI reserve memory of function at run time.
D. None of the above.
Answer» B. RTTI is a technique that is used to know the type of any object at compile time.


Discussion

No Comment Found