What are the advantages of oops over traditional programming?

Showing Answers 1 - 2 of 2 Answers

Nitin Gupta

  • Jan 3rd, 2006
 

OOP provides usefukl features like Inheritance, polymorphism and encpasulation, not available in tradituional programming.

  Was this answer useful?  Yes

samiksc

  • Jan 19th, 2006
 

  1. OOPs is closer to real life representation of the objects which we want to program.
  2. Hierarchical relationships can be represented using inheriatnce.
  3. Data can be divided as public and private -- also we can provide interface for entering and validating data by means of class properties.
  4. Program development becomes easy due to increased modularity.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions