Computer Science, asked by palaksharma2642, 1 month ago

What do you understand by the term data abstraction?
Explain with an example.​

Answers

Answered by ankitasanwal450
1

Answer:

Abstraction means displaying only essential information and hiding the details. 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.

Answered by raviranjan9979
1

Answer:

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