CodeClerks

Benefits of Object Oriented Programming



Write the reason you're deleting this FAQ

Benefits of Object Oriented Programming

OOP offers several benefits to both the program designer and the user. Object-orientation contributes to the solution of many problems associated with the development and quality of software products. The new technology promises granter programmer productivity, better quality of software and lesser maintenance cost. The principal advantages are:

  • Through inheritance, we can eliminate redundant code and extend the use of existing.
  • Classes.
  • We can build programs from the standard working modules that communicate with one another, rather than having to start writing the code from scratch. This leads to saving of development time and higher productivity.
  • The principle of data hiding helps the programmer to build secure programs that cannot be invaded by code in other parts of the program.
  • It is possible to have multiple instances of an object to co-exist without any interference.
  • It is possible to map objects in the problem domain to those in the program.
  • It is easy to partition the work in a project based on objects.
  • The data-centered design approach enables us to capture more details of a model in implementable form.
  • Object-oriented systems can be easily upgraded from small to large systems.
  • Message passing techniques for communication between objects makes the interface descriptions with external systems much simpler.
  • Software complexity can be easily managed.

Comments

Please login or sign up to leave a comment

Join
simicartan
thank you for this useful information.

App Marketing Made Easy



Are you sure you want to delete this post?