What is Data abstraction?
3 years ago
Data Structure and Algorithm
Data abstraction is a powerful tool for breaking down complex data problems into manageable chunks. This is applied by initially specifying the data objects involved and the operations to be performed on these data objects without being overly concerned with how the data objects will be represented and stored in memory.

Sujan Bk
Jan 9, 2022