Computer Science, asked by redsoul, 11 months ago

what is difference between object oriented program and procedure oriented​

Answers

Answered by VedanshSomani
3

Oop - Follows bottom-top programming approach

Pop - Follows top-down programming approach

Oop- Beneficial for solving complex problems

Pop- Beneficial for solving small problems


VedanshSomani: Also,
VedanshSomani: Oop - Stresses upon data
VedanshSomani: Pop- Stressed upon functions
redsoul: thx
VedanshSomani: No problem
Answered by cyrusbishop
2

Answer:

There are various differences between object oriented programming and procedure oriented​ programming which are:

  • Object Oriented Programming uses objects as a bridge to have data flow from one function to another, but  Procedure Oriented Programming Language uses data values which keep floating from one function to another.
  • Object oriented programming uses down top approach of programming and procedure oriented programming uses a top down approach of programming.

Similar questions