BENEFITS OF OBJECT ORIENTED PROGRAMMING

  • OOPS offers several benefits to both the program designer and the user 
  • The following are the advantages of OOPS.
  1. Through inheritance we can eliminate repeated code and extend the use of existing classes.
  2. The principle of data hiding helps the programmer to design secure program that cannot be accessed by coding other parts of the program.
  3. It is possible to have multiple objects to coexist without any inheritance.
  4. It is possible to map objects in the problem domain to those objects in the program.
  5. It is easy to partition the work in a project based on objects.
  6. The data centered design approach enables us to capture more details of a model in an implementable form.
  7. Object-oriented systems can be easily upgraded from small systems to large systems.
  8. Software complexity can be easily managed.


Hope u like this post...to learn how exactly OOPS concept is useful to write a program.

Comments

Popular Posts