introduction to object oriented programming
Answers
Answered by
2
Answer:
Object Oriented Programming (OOP) is a programming model where programs are organized around objects and data rather than action and logic. OOP allows decomposition of a problem into a number of entities called objects and then builds data and functions around these objects.
Explanation:
Mark me brainliest
Answered by
0
Answer:
Object-Oriented Programming (OOP) is the term used to describe a programming approach based on objects and classes. The object-oriented paradigm allows us to organise software as a collection of objects that consist of both data and behaviour.
Explanation:
hope this helps you
thanks
Similar questions