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
How long to learn object oriented programming?
What are the 5 oop principles?
Why do we need polymorphism in c#?
What is polymorphism what is it for and how is it used?
Can you explain polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is class and object with example?
hi all..i want to know oops concepts clearly can any1 explain??
What are the two different types of polymorphism?
What is difference between abstraction and encapsulation?
How oops is better than procedural?
What is overloading and its types?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are objects in oop?