InterviewSolution
| 1. |
Define Data Abstraction. What Is Its Importance? |
|
Answer» Abstraction is the process of recognizing and focusing on important characteristics of a SITUATION or object and leaving/filtering out the un-wanted characteristics of that situation or object. Abstraction is the basis for software development. Its through abstraction we define the essential ASPECTS of a system. The process of identifying the abstractions for a given system is called as Modeling (or object modeling). Three levels of data abstraction are:
Abstraction is the process of recognizing and focusing on important characteristics of a situation or object and leaving/filtering out the un-wanted characteristics of that situation or object. Abstraction is the basis for software development. Its through abstraction we define the essential aspects of a system. The process of identifying the abstractions for a given system is called as Modeling (or object modeling). Three levels of data abstraction are: |
|