Answer Posted / barkavi
RTTI means run-time type information or run-time type
identification.RTTI is mainly used for identifyig the type
of objects present in the program during execution.typeid is
one of identification in RTTI.run time type identifications
are namely
1.dynamic_cast
2.static cast
3.typeid
4.const cast
*typeinfo is holds the information of typeid
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pure oop?
What is pointer in oop?
What is overloading in oop?
Why is static class not inherited?
Can a destructor be called directly?
What are the two different types of polymorphism?
Is this job good for future? can do this job post grduate student?
What are the important components of cohesion?
can inline function declare in private part of class?
What is difference between multiple inheritance and multilevel inheritance?
What is polymorphism used for?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is an interface in oop?
What is an example of genetic polymorphism?
Where is pseudocode used?