Benefits of OO Programming

Object Oriented Programming provides a better system structure in modeling the real world. The abstract data type concept, along with its associated en¬capsulation and information hiding principles, increases software reliability and modifiability by decoupling object specification and object implementation.
Polymorphism and dynamic binding increase flexibility and reusability of code by allowing the creation of generic software com-ponents and new classes using existing code.

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment