Interview Question

Created by admin on Sat, 17/11/2012 - 15:15
Question: 

What is an adaptor class or Wrapper class?

Language: 
Answer: 
A class that has no functionality of its own. Its member functions hide the use of a third party software component or an object with the non-compatible interface or a non- object- oriented implementation.