what is data Abstraction? and give example
Answer Posted / jithin
Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the
program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class definition in c++ ?
How the programmer of a class should decide whether to declare member function or a friend function?
Why can templates only be implemented in the header file?
What are exceptions c++?
Why is swift so fast?
Is c++ harder than java?
What is the use of namespace std in C++?
What is iostream in c++ used for?
When should we use multiple inheritance?
Does c++ have arraylist?
What are the various storage classes in C++?
Specify different types of decision control statements?
What are virtual constructors/destructors?
What are friend classes?
Is map sorted c++?