What is the advantage of OOP (Object Oriented Programming)?

Advantage of OOP (Object Oriented Programming). **Simplicity **modularity: **modifiability **extensibility **maintainability **re-usability simplicity: software objects model real world objects, so the complexity is reduced and the program structure is very clear; modularity: each object forms a separate entity whose internal workings are decoupled from other parts of the system; modifiability: it is easy to make …

What is the advantage of OOP (Object Oriented Programming)? Read More »