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 coupling in oops?
What are callback functions in c++
what is the difference between ERROR and EXCEPTION?
What is difference between #define and const?
what is abstract class ? when is used in real time ? give a exp
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
Can we define a class within the interface?
What does and I oop mean in text?
What is virtual constructors/destructors?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How do you define a class in oop?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.