Answer Posted / chinna
Run Time Type Information ( 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 ? | 15 Yes | 2 No |
Post New Answer View All Answers
what type of question are asked in thoughtworks pair programming round ?
Can we create object of interface?
write a program that takes input in digits and display the result in words from 1 to 1000
what type of questions
How oops is better than procedural?
Explain the concepts involved in Object Oriented programming.
What makes a language oop?
What are different oops concepts?
What is oops concept with example?
Why polymorphism is used in oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How to hide the base class functionality in Inheritance?
What is encapsulation in oops?
#include
what is the sylabus for priliminaries?