Computer Science, asked by rs089053, 1 year ago

what are the benefits of OOP?

Answers

Answered by divya345
3
Object Oriented Programming has great advantages over other programming styles: Code Reuse and Recycling. Objects created for Object Oriented Programs can easily be reused in other programs. Encapsulation: Once an object is created, knowledge of its implementation is not necessary for its use... .

hope it helps......

rs089053: thanks
divya345: it's my pleasure!!!!!
Answered by SohamKundu012
0

An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .

Features are

1. Inheritance .

2. Data abstraction .

3. Encapsulation .

4. Modularity .

5. Polymorphism .

Similar questions