Sunday, July 24, 2011

Advantage of the object oriented programming

I think the advantages of the object oriented programming are following.


  1. We can easily modularize programs with the class. 
  2. We can easily commonalize the code by the inheritance.
  3. We can easily commonalize with the inversion of control by the polymorphism.
  4. We can easily read the code for the order of words with S + V + O.
  5. The type system built by the class is usable.
These are achieved effectively by thinking that the all are the objects.

No comments:

Post a Comment