what is data Abstraction? and give example
Answer Posted / soumitra
It is the process pf showing the essential features of
class by hiding the background details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain data encapsulation?
Explain the difference between overloading and overriding?
What is the role of C++ shorthand's?
Explain the pure virtual functions?
How the programmer of a class should decide whether to declare member function or a friend function?
what is a class? Explain with an example.
You run a shell on unix system. How would you tell which shell are you running?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Can I make ios apps with c++?
Explain the scope of resolution operator.
What is the c++ code?
What is public, protected, private in c++?
How many characters are recognized by ANSI C++?
Can we sort map in c++?
Why c++ does not have finally?