write some advantages of OOP over procedural programming
Answers
Answered by
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