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 are abstract data types in c++?
What are the rules about using an underscore in a c++ identifier?
How does a C++ structure differ from a C++ class?
How does java differ from c and c++?
in C++ , the word plus plus who found this?
What are stacks? Give an example where they are useful.
What are the benefits of operator overloading?
How can a called function determine the number of arguments that have been passed to it?
what is c++
Why is "using namespace std;" considered bad practice?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What is an action class?