Run-Time Type Identification (RTTI) is a technique used to know the type of any object at run time - C++

Q.  C++: What is RTTI?
- Published on 19 Oct 15

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: Run-Time Type Identification (RTTI) is a technique that is used to know the type of any object at run time.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)