what is ltti

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the highest level of cohesion?

577


What is methods in oop?

539


Can a destructor be called directly?

599


How many human genes are polymorphic?

570


What is difference between class and object with example?

562






What is the example of polymorphism?

554


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1835


What is and I oop mean?

616


what type of questions

1697


What is difference between abstraction and encapsulation?

592


What is encapsulation selenium?

554


Explain the concepts involved in Object Oriented programming.

630


What is difference between pop and oop?

606


write string class as your own class in java without using any built-in function

1976


How to call a non virtual function in the derived class by using base class pointer

5254