what is data Abstraction? and give example
Answer Posted / sunil
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 ? | 23 Yes | 11 No |
Post New Answer View All Answers
What is stream and its types in c++?
Does a derived class inherit or doesn't inherit?
What are the operators in c++?
Which is better c++ or java?
Is java a c++?
What is the difference between ++ count and count ++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain Memory Allocation in C/C++ ?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is srand c++?
What is singleton class in c++?
What is the use of ::(scope resolution operator)?
How the delete operator differs from the delete[]operator?
What is constructor c++?
What is size of string in c++?