Computer Science, asked by nishantsikarwa1513, 1 year ago

How procedural language is diffrent from object oriented programming?

Answers

Answered by yAshay11
0
Procedure Oriented Programming vs.Object Oriented Programming. In POP,program is divided into small parts called functions. In OOP, program is divided into parts called objects. In POP,Importance is not given to data but to functions as well as sequence of actions to be done
Answered by cyrusbishop
0

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