Saved Bookmarks
| 1. |
Mention any two advantages of OOP. |
|
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 de sign. 2. Ease of maintenance and modification to the existing objects can be done with ease. 3. A good framework is provided which facilitates in creating rich GUI applications. |
|