What is the difference between object oriented and procedure oriented programming languages?
Answers
Answered by
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.
The use of objects also makes it possible to reuse code.
Answered by
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