Computer Science, asked by babin164, 11 months ago

write some advantages of OOP over procedural programming​

Answers

Answered by raj22052003
1

Answer:

Advantages of OOP

: It provides a clear modular structure for programs which makes it good for defining abstract datatypes in which implementation details are hidden. Objects can also be reused within an across applications. The reuse of software also lowers the cost of development.

Similar questions