What is a "RTTI"?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

828


how to access grid view row?

1812


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

672


Define a nested class. Explain how it can be useful.

632


Who invented turbo c++?

603






Describe delete operator?

619


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

566


What is the difference between map and hashmap in c++?

553


Explain the difference between struct and class in terms of access modifier.

691


What is the use of bit fields in structure declaration?

536


Mention the ways in which parameterized can be invoked.

534


Explain rtti.

590


Explain method of creating object in C++ ?

588


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

629


Write a code/algo to find the frequency of each element in an array?

599