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
Name the operators that cannot be overloaded in C++?
What are the advantages of using a pointer?
When you overload member functions, in what ways must they differ?
How a modifier is similar to mutator?
Can a Structure contain a Pointer to itself?
What is the best way to declare and define global variables?
What are the benefits of pointers?
What do the header files usually contains?
Explain terminate() function?
Why do we use setw in c++?
What is private public protected in c++?
What is meant by iomanip in c++?
What do you mean by const correctness?
What do you mean by friend class & friend function in c++?
Define linked lists with the help of an example.