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
Why do while loop is used?
How to improve object oriented design skills?
What is abstraction in oop?
program for insertion ,deletion,sorting in double link list
What is polymorphism and why is it important?
What is debug class?what is trace class? What differences are between them? With examples.
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is static modifier?
What is the difference between inheritance and polymorphism?
Why do we use polymorphism in oops?
What is for loop and its syntax?
What does it mean when someone says I oop?
What is overloading in oops?
What is polymorphism explain?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.