Object Oriented language v/s Procedure oriented programming language.



  • High Maintainability − OOPS keeps code maintainable as project size grows to a large size where are in a procedure-oriented programming language, it is quite difficult to manage and maintain the large code base.
  • Data Encapsulation − OOPS encapsulate data and maintain data hiding whereas, in procedural languages, global data is error-prone.
  • Real Scenarios − OOPS models real-world objects more effectively and modeling of real-world problem is easy using OOPS languages.

Advertisements