Computer Science, asked by Zack3397, 6 months ago

How important is object oriented programming approach in creating complex programs and software?

Answers

Answered by Anonymous
5

\displaystyle\huge\red{\underline{\underline{ANSWER}}} </p><p></p><p>

OOP makes code organized, reusable, and easy to maintain. It follows the DRY (Don't Repeat Yourself) principle used by many programmers to make efficient programs. OOP also prevents unwanted access to data, or exposing proprietary code through encapsulation and abstraction.

Similar questions