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 |
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
What is the difference between function overloading and operator overloading?
What is the C-style character string?
What is c++ manipulator?
What is function declaration in c++ with example?
what is pulse code modulation?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What is meant by reference variable in C++?
What happens when the extern "c" char func (char*,waste) executes?
program to print this triangle * * * * * *
What is conversion constructor?
What is void pointer in c++ with example?