What is an adaptor class or Wrapper class?



What is an adaptor class or Wrapper class?..

Answer / beena

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Difference between class and structure.

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


What does the linker do?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  






Are c and c++ different?

0 Answers  


Describe public access specifiers?

0 Answers  


What is the difference between global variables and local variable

0 Answers  


What is flush () in c++?

0 Answers  


Explain the advantages of using friend classes.

0 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


Categories