What is R T T I ?

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


Please Help Members By Posting Answers For Below Questions

What does and I oop and sksksk mean?

650


What is overloading and its types?

615


i got a backdoor offer in process global,Bangalore..Can i work with it?

2324


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1789


What is encapsulation and abstraction? How are they implemented in C++?

635






What are classes oop?

596


What is overloading in oop?

574


Why multiple inheritance is not possible?

598


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3827


What is the significance of classes in oop?

590


What is multilevel inheritance explain with example?

626


What is polymorphism and its types?

593


Explain the advantages of inheritance.

672


what type of questions

1697


What are the advantages of polymorphism?

573