Answer Posted / arun
RTTI> Run Time Type Identification
RTTI means during time of run object property can be
retrieve and changed. Under RTTI dynamic_cast<>, typeid,
const_cast<> etc are used.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
When not to use object oriented programming?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Can we create object of abstract class?
What causes polymorphism?
Why is there no multiple inheritance?
What is abstraction in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is coupling in oop?
What is and I oop mean?
What is persistence in oop?
What do you mean by overloading?
What is difference between oop and pop?
Can you explain polymorphism?
Why do we use polymorphism in oops?
What is polymorphism programming?