Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is an adaptor class or Wrapper class?

  Shared By: Adah Miller    Date: Jan 25    Category: C++ Programming    Views: 395

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.

Share: 
 

Didn't find what you were looking for? Find more on What is an adaptor class or Wrapper class? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: