InterviewSolution
Saved Bookmarks
| 1. |
Define the term data abstraction. |
|
Answer» The process of hiding the representation of various data items and implementation details of a function from the user program is called data abstraction. |
|