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 |
c++ program to swap the objects of two different classes
What is the oops and benefits of oops programming?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What do you mean by inline function?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
What is the difference between class and object?
c++ is a pure object oriented programming or not?
What do you mean by stack program? Get me an example stack program?
what does exactly the linker do?
what is the size of an empty class
What are the access specifiers avaible in c++?
What is late bound function call and early bound function call? Differentiate.