| January 01, 2006 05:12:35 |
#2 |
| Sameeksha |
Microsoft Expert Member Since: October 2005 Total Comments: 231 |
RE: what are the advantages of oops over traditional p... |
- OOPs is closer to real life representation of the objects which we want to program.
- Hierarchical relationships can be represented using inheriatnce.
- Data can be divided as public and private -- also we can provide interface for entering and validating data by means of class properties.
- Program development becomes easy due to increased modularity.
|
| |