Saturday, October 28, 2017

Benefits of OOP

Benefits of OOP
o      Following are the benefits of object oriented programming language.
o      User can create new data type or users define data type by making class.
o      Code can be reuse by using inheritance.
o      Data can be hiding from outside world by using encapsulation.
o      Operators or functions can be overloaded by using polymorphism, so same functions or operators can be used for multitasking.
o      Object oriented system can be easily upgrade from small system to large system.
o      It is easy to partition work for same project.
o      Message passing techniques make communication easier.
o      Software complexcity can be easily managed.
o      Maintenances cost is less.
o      Simple to implement.

1 comment:

  1. Very useful and easy to understand.. Thanks for writing!!

    ReplyDelete