InterviewSolution
Saved Bookmarks
| 1. |
What is abstraction? The separation of what something does from how it does it. The removal the non-essential parts of a program. The act of moving from concrete examples to more general cases. Writing pseudocode. |
|
Answer» In SOFTWARE engineering and COMPUTER science, abstraction is: ... the creation of abstract concept-OBJECTS by mirroring common FEATURES or attributes of various non-abstract objects or systems of study – the result of the process of abstraction.hope this answer will help you ✌️♥️ |
|