1 Answer

+3 votes
by kratos
 
Best answer

Some of the advantages of object-oriented programming are as follows:

  1. A clear modular structure can be obtained which can be used as a prototype and it will not reveal the details of the design.

  2. Easy maintenance and modifications to the existing objects can be done with ease.

  3. A good framework is provided which facilitates creating rich GUI applications.

...