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

Explain "const" reference arguments in function?

0 Answers  


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


Is c++ platform dependent?

0 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  






What is polymorphism and its type in c++?

0 Answers  


What's the "software peter principle”?

0 Answers  


explain the reference variable in c++?

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


What is an accessor in c++?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Explain the difference between c++ and java.

0 Answers  


Categories