what are the benefits of OOP?
Answers
Answered by
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......
hope it helps......
rs089053:
thanks
Answered by
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