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
Why is it called c++?
What is a c++ map?
Is it possible to write a c++ template to check for a function's existence?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Can a program run without main in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Why main function is special in c++?
program explaining feautures of c++
What happens if a pointer is deleted twice?
What are smart pointers?
In the derived class, which data member of the base class are visible?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How is objective c different from c++?
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?