ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  OOPS
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
What is R T T I ?
 Question Submitted By :: Tribhuvan Sharma
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is R T T I ?
Answer
# 1
Run time type identification. 

through typeid operator we can justify object at run time.
 
Is This Answer Correct ?    0 Yes 0 No
Sanjay Makwana, Puna
 
  Re: What is R T T I ?
Answer
# 2
RTTI> Run Time Type Identification

RTTI means during time of run object property can be
retrieve and changed. Under RTTI dynamic_cast<>, typeid,
const_cast<> etc are used.
 
Is This Answer Correct ?    0 Yes 0 No
Arun
 
 
 
  Re: What is R T T I ?
Answer
# 3
Run Time Type Information ( 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 ?    1 Yes 0 No
Chinna
 

 
 
 
Other OOPS Interview Questions
 
  Question Asked @ Answers
 
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts? IBM3
How Do you Code Composition and Aggregation in C++ ? IBM1
Please tell me the oops concept with detailed answer EEE4
What is Method overloading?  4
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.  2
how to find no of instances of an object in .NET? Infosys1
What is encapsulation? TCS8
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.  1
how to swap to variables without using thrid variable in java?  3
when my application exe is running nad i don't want to create another exe what should i do HCL2
What are the OOPS concepts? Wipro19
What is polymorphism? Explain with an example.  7
Have you ever used threads? IBM2
features of OOPS Ness-Technologies5
wht is major diff b/w c and c++?  3
In c++ there is only virtual destructors, no constructors. Why?  2
Which is the only operator in C++ which can be overloaded but NOT inherited?  3
what is a virtual class? Cap-Gemini1
Can we have a private constructor ? Ness-Technologies8
how to create thread in java? Infosys10
 
For more OOPS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com