Computer Science, asked by rakeshsharma9509, 10 months ago

Describe the various benefits of OOP.

Answers

Answered by unknowngirl94
1

Explanation:

Code Reuse and Recycling: Objects created for Object Oriented Programs can easily be reused in other programs.

Encapsulation (part 1): Once an Object is created, knowledge of its implementation is not necessary for its use.

Answered by Ammusuji7
1

Answer:

Benefits of oops include reusability of code,maintainabilty of code, portability, extensibility etc. Oops involve features like encapsulation,data hiding,abstraction,polymorphism,modularity etc. All of these features differentiates OOPS from procedural programming.

Thanks

Similar questions