What do you understand by object-oriented programming?
Answers
Answered by
4
Answer:
Hii
Explanation:
Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define the data type of a data structure, and also the types of operations (functions) that can be applied to the data structure.
- For example, objects can inherit characteristics from other objects.
Answered by
5
Question:-
What do you understand by object-oriented programming?
Object-oriented programming (OOP) is a way of writing computer programs which is 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.
Hope it helps you..
Similar questions