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 15a. 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.