What is an adaptor class or Wrapper class? C++

Q

What is an adaptor class or Wrapper class? C++

✍: Guest

A

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.

2012-01-09, 2600👍, 0💬