What is a "RTTI"?

Answers were Sorted based on User's Feedback



What is a "RTTI"?..

Answer / roshanpr

RTTI stands for run time type identification.

Is This Answer Correct ?    13 Yes 0 No

What is a "RTTI"?..

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

What is a "RTTI"?..

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

What is a "RTTI"?..

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

What is a "RTTI"?..

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 a "RTTI"?..

Answer / ravi kant

RTTI stands for run time type identification

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C++ General Interview Questions

Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


What is the need of a destructor? Explain with the help of an example.

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,






What is iostream in c++ used for?

0 Answers  


Which software is best for c++ programming?

0 Answers  


what is static function

2 Answers   Patni,


What is meant by reference variable in C++?

1 Answers  


What is the difference between structures and unions?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,


What is a node class in c++?

0 Answers  


Categories