Computer Science, asked by saastha8105, 11 months ago

What is the difference between an object oriented programming language (OOP) and procedure orienting programming language (POP)?

Answers

Answered by ankitsingh6386
0

this is the difference

Attachments:
Answered by cyrusbishop
2

Answer:

The major differences are:

 Object Oriented Programming gives stress on the data items rather than functions, but Procedure Oriented Programming Language gives emphasis on the functions.

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.

Similar questions