Science, asked by parthagarwal3415, 1 year ago

What is the difference between object oriented and procedure oriented programming languages?

Answers

Answered by MacTavish343
3
One of the most important characteristics of procedural programming is that it relies on procedures that operate on data - these were two separate concepts. In object-oriented programming, these two concepts are bundled into objects.
The use of objects also makes it possible to reuse code.
Answered by cyrusbishop
0

Answer:

There are many differences which are as follows:

1) Object oriented programming uses down top approach of programming and Procedure oriented programming uses a top down approach of programming.

2) Object Oriented Programming gives stress on the data items rather than functions, but Procedure Oriented Programming Language gives emphasis on the functions.

Similar questions