Saturday 26 December 2015

Advantage of Object Oriented Programming

Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects.






* Advantages


  1. Objects are modeled on real world entities.
  2. This enables modeling complex systems of real world into manageable software solutions.
  3. OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows.)
  4. OOPs provides data hiding whereas in Procedure-oriented prgramming language a global data can be accessed from anywhere.

No comments:

Post a Comment