InterviewSolution
Saved Bookmarks
| 1. |
What is Abstraction? |
|
Answer» If you are a user, and you have a PROBLEM statement, you don't want to know how the components of the software work, or how it's made. You only want to know how the software SOLVES your problem. Abstraction is the method of hiding unnecessary details from the necessary ones. It is one of the main features of OOPs. |
|