Answer Posted / 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 |
Post New Answer View All Answers
Can static member variables be private?
What is array in c++ example?
Write a recursive program to calculate factorial in c++.
What does flush do c++?
What is #include c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Differentiate between structure and class in c++.
What does std mean in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is overloading unary operator?
What is c++ mutable?
What are the steps in the development cycle?
Explain the properties and principles of oop.
What is constructor c++?
What is the difference between delegation and implemented-in-terms-of?