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 between the c++ & java?

2 Answers  


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1 Answers  


What is class and object with example?

1 Answers  


which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean

2 Answers   HCL, Wipro,


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

1 Answers   NIIT, SRA,


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


What do you mean by abstraction?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


Whatis the difference between oop and object based language

3 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


How do you achieve polymorphism?

1 Answers  


Why do we use polymorphism?

1 Answers  


Categories