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 polymorphism and its types?
Explain virtual inheritance?
What is abstraction in oop with example?
What are the benefits of oop?
What does and I oop mean?
hi all..i want to know oops concepts clearly can any1 explain??
What is inheritance in simple words?
What is debug class?what is trace class? What differences are between them? With examples.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is solid in oops?
What is the purpose of polymorphism?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is abstract class in oop?
Why we use classes in oop?
What is interface? When and where is it used?