Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 class encapsulation?

0 Answers  


How long to learn object oriented programming?

0 Answers  


What is design patterns in C++?

2 Answers   Persistent,


When is an object created and what is its lifetime?

4 Answers   IBM,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


143.what is oops principles?

10 Answers  


What do you mean by pure virtual functions?

8 Answers  


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

1 Answers   Accenture,


Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

0 Answers  


Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


What are functions in oop?

0 Answers  


What is the difference between const int *ptr and int const *ptr???

2 Answers  


Categories