write a note on data abstraction
Answers
Answered by
3
Data abstraction is the reduction of a particular body of data to a simplified representation of the whole. Abstraction, in general, is the process of taking away or removing characteristics from something in order to reduce it to a set of essential characteristics.
plzz mark it as BRAINLIEST
Answered by
1
Answer:
data abstraction is the reduction of a particular body of data to a simplified representation of the whole . data abstraction refers to providing only essential information about the data to the outside world , hiding the background details or implementation . consider a real life example of a man driving a car . ... this is what abstraction is Abstraction using classes : we can implement abstraction in C++ using classes .
Similar questions