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

program for insertion ,deletion,sorting in double link list

2276


What is difference between multiple inheritance and multilevel inheritance?

601


What is destructor give example?

601


What is purpose of inheritance?

643


What is abstraction and encapsulation?

569






What are the important components of cohesion?

550


What is coupling in oop?

592


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


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

693


What are the three main types of variables?

600


How can you overcome the diamond problem in inheritance?

765


What are the benefits of oop?

604


Is html an oop?

576


any one please tell me the purpose of operator overloading

1965


What is class and example?

567