Computer Science
What are the benefits of OOP?
OOP Intro Java
15 Likes
Answer
- An existing class can be extended through Inheritance.
- Data hiding enables writing secured programs.
- Multiple instances of an object can be generated to co-exist without any interference.
- Different modules can be created in the project using objects.
- It is highly beneficial in solving complex problems.
- OOP makes it easier to modify and maintain software complexity.
Answered By
6 Likes