Computer Science, asked by NidhiSingh888, 11 months ago

why do we prefer object oriented approach in complex programming?
explain.

Answers

Answered by jp3472401
48

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 william22
26

OOP is the object oriented programming approach to any programming language. By using these features you can easily reuse your program or part of your program. OOP provides you a power to do programming in a very effective manner. Learn OOP concept and implement it in your daily programs.

Similar questions