Computer Science, asked by ooiuu, 10 months ago

What do you mean by (OOP)?

Answers

Answered by Anonymous
3

An Object Oriented Programming (OOP) is a modular approach, which allows the data to be applied within stipulated program area. It also provides the reusability feature to develop area. It also provides the reusability feature to develop productive logic, which means to give more emphasis n data.

Answered by gurukulamdivya
2

Answer:

Object-oriented programming (OOP) is a way of writing computer programs using the idea of "objects" to represent data and methods. Usually, computer programs were just a list of instructions to the computer, telling the computer to do certain things in a certain way, which is called procedural programming. However in object-oriented programming, computer programs make use of objects that talk to one another and to change the data in those objects, to work in a way that the user wants. Also, because of the way object-oriented programming is designed, it helps the developer by allowing for code to be easily reused by other parts of the program or even by other people

Similar questions