1.

What is the need for OOPs?

Answer»

There are many reasons why OOPs is mostly PREFERRED, but the most important among them are: 

  • OOPs helps users to UNDERSTAND the SOFTWARE easily, although they don’t KNOW the actual implementation.
  • With OOPs, the readability, understandability, and maintainability of the code increase multifold.
  • Even very big software can be easily written and MANAGED easily using OOPs.


Discussion

No Comment Found