What are the advantages of Object oriented programming?

1. It provides reusability of source code by using Inheritance. This reduces the development time and cost.
2. It divides the problem into objects of real world.
3. Suitable for handling large and complex problems.
4. Provides data security by using Access Modifiers.
5. Easy to add new features within existing programs by using new objects.
6. It gives importance to data rather than functions and does not allow the data to be accessed (use) freely.

More Questions

Leave a Reply

Word Verfication * Time limit is exhausted. Please reload CAPTCHA.