Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 369 Bytes

File metadata and controls

4 lines (2 loc) · 369 Bytes

What is Data abstraction?

Data abstraction is a programming technique that allows complex data structures, such as classes or objects, to be represented in a simplified manner, hiding the implementation details from the user. This makes it easier for developers to use and manipulate the data without needing to understand the inner workings of the data structure.