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 |
What is implicit conversion/coercion in c++?
What is the difference between static global and global ?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is an undefined reference/unresolved external symbol error and how do I fix it?
How does work in c++?
What are advantages of using friend classes?
What methods can be overridden in java?
What is flush programming?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
What do you mean by function overriding & function overloading in c++?
When copy constructor can be used?
Is there structure in c++?