Answer Posted / m.shanmugasundaram,rjnsoftware
First of all, it is not ltti. Its RTTI
Run-time type information (RTTI) is a mechanism that allows
the type of an object to be determined during program
execution.
There are three main C++ language elements to run-time type
information:
The dynamic_cast operator. Used for conversion of
polymorphic types.
The typeid operator. Used for identifying the exact type of
an object.
The type_info class. Used to hold the type information
returned by the typeid operator.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is class and object with example?
What is meant by multiple inheritance?
Is react oop?
What is the point of oop?
What is balance factor?
What is property in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
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 destructor give example?
Why interface is used?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is an advantage of polymorphism?
Which language is pure oop?
What are the 3 principles of oop?
Why we use classes in oop?