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 R T T I ?

Answer Posted / barkavi

RTTI means run-time type information or run-time type
identification.RTTI is mainly used for identifyig the type
of objects present in the program during execution.typeid is
one of identification in RTTI.run time type identifications
are namely
1.dynamic_cast
2.static cast
3.typeid
4.const cast
*typeinfo is holds the information of typeid

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism and its types?

1127


Explain virtual inheritance?

1255


What is abstraction in oop with example?

1191


What are the benefits of oop?

1347


What does and I oop mean?

1284


hi all..i want to know oops concepts clearly can any1 explain??

2177


What is inheritance in simple words?

1118


What is debug class?what is trace class? What differences are between them? With examples.

2262


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2596


What is solid in oops?

1205


What is the purpose of polymorphism?

1176


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2161


What is abstract class in oop?

1065


Why we use classes in oop?

1097


What is interface? When and where is it used?

2210