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 the benefit of learning c++?
Define basic type of variable used for a different condition in C++?
What is enum c++?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
how to explain our contribution in the project?
What is the use of object in c++?
What is the full form of ios?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Why do we use string in c++?
Is atoi safe?
What is & in c++ function?
Explain the difference between c & c++?