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
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Can abstract class have normal methods?
Why it is called runtime polymorphism?
c++ program to swap the objects of two different classes
any one please tell me the purpose of operator overloading
What is the point of oop?
What are oops methods?
What is static modifier?
What is object and example?
Which method cannot be overridden?
How do you define social class?
Write a c++ program to display pass and fail for three student using static member function
Can we create object of abstract class?
Which language is not a true object oriented programming language?
What is encapsulation with example?