What is a "RTTI"?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it called c++?

761


What is a c++ map?

914


Is it possible to write a c++ template to check for a function's existence?

774


Which bit wise operator is suitable for checking whether a particular bit is on or off?

787


When one must use recursion function? Mention what happens when recursion functions are declared inline?

854


Can a program run without main in c++?

805


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

972


Why main function is special in c++?

854


program explaining feautures of c++

2146


What happens if a pointer is deleted twice?

1005


What are smart pointers?

1200


In the derived class, which data member of the base class are visible?

850


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

808


How is objective c different from c++?

986


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

798