What do you understand by the term data abstraction?
Explain with an example.
Answers
Answered by
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
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