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

wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


What do you mean by overhead in c++?

0 Answers  


Why c++ is not a pure oop language?

0 Answers  


Explain one-definition rule (odr).

0 Answers  


What is do..while loops structure?

0 Answers  






Is c++ a high level language?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


How can I disable the "echo" feature?

0 Answers  


without if else statement can be written ah

0 Answers  


Which software is best for programming?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


Categories