What is the difference between object oriented programming and procedural programming?
Answers
Answered by
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
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