GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  Wrapping an Object

Answer: What does "wrapping" an object mean?


October 10, 2009 15:03:04 #9
 SreerangKulkarni   Member Since: October 2009    Total Comments: 1 

RE: Wrapping an Object
 
When an object A is said to "Wrap" object B, it means that Object A HAS A reference to the Object B and deligates calls to it.
     

 

Back To Question