Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is iterator in c++?

0 Answers  


What is the use of string in c++?

0 Answers  


Should I learn c or c++ or c#?

0 Answers  


What is c++ namespace?

0 Answers  


Explain virtual class and friend class.

0 Answers  


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


What is dynamic and static typing?

0 Answers  


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?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


What are built-in functions? What is the syntax for the definition?

0 Answers  


Categories