Computer Science, asked by worldgaming323, 26 days ago

Why do we prefer Object Oriented approach in complex programming? Explain.

Answers

Answered by marvaminuva
7

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.

Answered by Mbappe007
3

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.

Explanation:

Similar questions