InterviewSolution
Saved Bookmarks
| 1. |
Explain About Abstraction? |
|
Answer» Abstraction SIMPLIFIES a complex problem to a simpler problem by specifying and MODELING the class to the relevant problem scenario. It simplifies the problem by giving the class its specific class of INHERITANCE. Composition ALSO helps in SOLVING the problem to an extent. Abstraction simplifies a complex problem to a simpler problem by specifying and modeling the class to the relevant problem scenario. It simplifies the problem by giving the class its specific class of inheritance. Composition also helps in solving the problem to an extent. |
|