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
Which language is pure oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What does enum stand for? What is difference between multiple inheritance and multilevel inheritance? How Do you Code Composition and Aggregation in C++ ? What are the three main types of variables? What is inheritance in simple words? What is interface in oop? Can an interface inherit a class? What is the highest level of cohesion? i am getting an of the type can not convert int to int *.
to overcome this problem what we should do? What is the benefit of oop? Why is oop useful? What is object and class in oops? what are the realtime excercises in C++?