Computer Science, asked by PragyaTbia, 1 year ago

What is the difference between object oriented programming and procedural programming?

Answers

Answered by kodalitejasri568
3

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 Arslankincsem
3

Object-The Oriented Programming vs. Procedural Programming.


Programs are built up of modules, which are parts of a program that can be coded and examined individually and then assembled to form a complete plan.


In procedural languages (i.e., C) those modules are methods, where a procedure is a series of reports.


Similar questions