Saved Bookmarks
| 1. |
Why is OOPs so popular? |
|
Answer» OOPs programming PARADIGM is CONSIDERED as a better STYLE of programming. Not only it helps in writing a complex piece of code easily, but it also allows users to handle and maintain them easily as WELL. Not only that, the main pillar of OOPs - Data Abstraction, Encapsulation, Inheritance, and Polymorphism, MAKES it easy for programmers to solve complex scenarios. As a result of these, OOPs is so popular. |
|