Computer Science, asked by gayatrirajput125, 6 months ago

What is object-oriend programming? Discuss its advantages.​

Answers

Answered by Mathssciencequeen44
5

Answer:

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.Some of the advantages of object-oriented programming include: 1. Improved software-development productivity: Object-oriented programming is modular, as it provides separation of duties in object-based program development. It is also extensible, as objects can be extended to include new attributes and behaviors.

Explanation:

IT WILL HELP YOU MARK AS BRAINLIST

Answered by DuttJoshi
1

Answer:

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.

Similar questions