what is difference between object oriented program and procedure oriented
Answers
Answered by
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,
Answered by
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