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

write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z

4 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


What is the C-style character string?

0 Answers  


What is c++ manipulator?

0 Answers  


What is function declaration in c++ with example?

0 Answers  






what is pulse code modulation?

2 Answers   Wipro,


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


What is meant by reference variable in C++?

1 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


program to print this triangle * * * * * *

12 Answers   Infosys,


What is conversion constructor?

2 Answers   TCS,


What is void pointer in c++ with example?

0 Answers  


Categories