data abstraction with an example
Answers
Answered by
2
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