what is data Abstraction? and give example
Answer Posted / m.arul
Data abstraction is a process of representing the essential
features without including background properties(or)
implementation details.
| Is This Answer Correct ? | 67 Yes | 21 No |
Post New Answer View All Answers
What are features of c++?
What is c++ and its features?
What are the benefits of pointers?
Specify some guidelines that should be followed while overloading operators?
What are static member functions?
Define a constructor?
Why do we use using namespace std in c++?
what are Operators and explain with an example?
What is lazy initialization in c++?
How a macro differs from a template?
What is endianness?
What is the use of data hiding?
What is the full form of stl in c++?
What is the main purpose of c++?
What new()is different from malloc()?