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
In the derived class, which data member of the base class are visible?
What do you mean by enumerated data type?
What is a forward referencing and when should it be used?
What are the differences between malloc() and calloc()?
Explain static and dynamic memory allocation with an example each.
How does a copy constructor differs from an overloaded assignment operator?
What is the disadvantage of using a macro?
What is the difference between #import and #include in c++?
What is the return value of the insertion operator?
What do you mean by funtion prototype?
What is the syntax for a for loop?
How do I start a c++ project?
What does it mean to declare a member function as static?
What is the purpose of templates in c++?
What are static variables?