Computer Science, asked by pankajsingh3986, 1 year ago

What is Object Oriented Programming? List some of its advantages.

Answers

Answered by haripriya1420
5
Object-oriented programming is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.

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