C++ Programming Question:
Download Questions PDF

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

Answer:

A class that has no functionality of its own is an Adaptor class in C++. 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.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Differentiate between the message and method in C++?What is a Null object in C++?