Computer Science, asked by YashwiBishwas519, 1 year ago

Difference between object oriented and object based programming and procedure oriented programming

Answers

Answered by cyrusbishop
5

Answer:

Difference between object oriented and object based programming and procedure oriented programming are:

  1. Object Oriented Programming gives stress on the data items rather than functions, but Procedure Oriented Programming Language gives emphasis on the functions.
  2. 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.
  3. Object oriented programming uses down top approach of programming and Procedure oriented programming uses a top down approach of programming.

Similar questions