Computer Science, asked by msslakshmi5944, 1 year ago

How the object oriented programming is different from procedural oriented programming?

Answers

Answered by eshavikram
2
Difference between OOP and POP

1 Definition

OOP stands for Object-oriented programming and is a programming approach that focuses on data rather than the algorithm, whereas POP, short for Procedure-oriented programming, focuses on procedural abstractions.
2 Focus

The main focus is on the data associated with the program in case of OOP while POP relies on functions or algorithms of the program.

3 Execution

In OOP, various functions can work simultaneously while POP follows a systematic step-by-step approach to execute methods and functions.


Similar questions