Tuesday, 12 July 2011

What are the advantages of object oriented technology

Advantages:

->Object oriented programming provides useful features like encapsulation,inheritance and polymorphism,not available in traditional programming.

->It is closer to real life representation of objects.

->Hierarchical relationships can be represented using inheritance.

->Data can be divided as public and private,also we can provide an interface for entering and validating data by means of class properties.

->Program development becomes easy due to increased modularity.

1 comment: