How important is object oriented programming approach in creating complex programs and software?
Answers
Answered by
5
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