What is a "RTTI"?
Answers were Sorted based on User's Feedback
Answer / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sarmistha
RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / manju
RTTI stands for Run Time Type Information.It is used to
provide information about the dynamic type of an object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saravanan
already they had given abbr actually to find the runtime spec
we are using typeid() and typeinfo().
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijayanand
Declares a TestNamer for the specified type, using RTTI if
enabled, otherwise using macro string expansion.
RTTI is used if CPPUNIT_USE_TYPEINFO_NAME is defined and
not null.
Run-time Type Information
| Is This Answer Correct ? | 0 Yes | 0 No |
What is iterator in c++?
What is the use of string in c++?
Should I learn c or c++ or c#?
What is c++ namespace?
Explain virtual class and friend class.
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
What is dynamic and static typing?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is the difference between global int and static int declaration?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What are built-in functions? What is the syntax for the definition?