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 |
What is the difference between the c++ & java?
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...
What is class and object with example?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
What do you mean by abstraction?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
Whatis the difference between oop and object based language
how to find the correct email address format by using the programe?
How do you achieve polymorphism?
Why do we use polymorphism?