what is ltti

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


Please Help Members By Posting Answers For Below Questions

What is difference between class and object with example?

559


Why is object oriented programming so hard?

610


What is difference between oop and pop?

609


What is polymorphism explain?

678


any one please tell me the purpose of operator overloading

1960






What type of loop is a for loop?

681


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

1573


Why do we use class in oops?

549


Is html an oop?

571


What does <> mean pseudocode?

618


What are two types of polymorphism?

607


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.

689


what are the realtime excercises in C++?

2331


What language is oop?

590


Explain the advantages of inheritance.

666