what is ltti



what is ltti..

Answer / 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

More OOPS Interview Questions

what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


What is differance between Abstract and Interface

3 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,






how does a main() in C++ is different from main() in C?

7 Answers  


any one please tell me the purpose of operator overloading

0 Answers   Amazon,


Why u change company?

12 Answers   BOB Technologies,


What are the features of oop?

0 Answers  


When will a constructor executed?

5 Answers   TCS,


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


Write a c++ program to display pass and fail for three student using static member function

0 Answers  


Categories