English, asked by trisha59, 1 year ago

what is object oriented programming

Answers

Answered by Anonymous
16
Hey!!

Your answer is ➡

Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.
________________

Hope it helps☺
Answered by cyrusbishop
14

Answer:

An object oriented programming is a modular approach, which allows the data to be applied within the stipulated program area.

It also provides the reusability feature to develop productive logic, which means to give more emphasis on data.

Explanation:

It is an approach to standardize the programs by creating partioned memory area for both data and function. It has been developed to increase the programmer's productivity and also to overcome the traditional approach of programming.

Similar questions