what is data Abstraction? and give example
Answer Posted / shruthi
Data abstraction enforces a clear separation between the
abstract properties of a data type and the concrete details
of its implementation. The abstract properties are those
that are visible to client code that makes use of the data
type—the interface to the data type—while the concrete
implementation is kept entirely private, and indeed can
change, for example to incorporate efficiency improvements
over time. The idea is that such changes are not supposed to
have any impact on client code, since they involve no
difference in the abstract behaviour.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer in c++ with example?
Difference between delete and free.
Why would you use pointers in c++?
What is const pointer and const reference?
Explain container class.
How can we read/write Structures from/to data files?
Who created c++?
Can we define a constructor as virtual in c++?
How java is different from c and c++?
What is the type of this pointer in c++?
Write a program to find the Fibonacci series recursively.
What is stack unwinding?
How do pointers work?
Which is the best c++ software?
What is c++ similar to?