Object oriented programming vs procedural language
Answers
Answered by
0
Object-Oriented Programming vs. Procedural Programming. Programs are made up of modules, which are parts of a program that can be coded and tested separately, and then assembled to form a complete program. In procedural languages (i.e. C) these modules are procedures, where a procedure is a sequence of statements.
Answered by
0
Answer:
The 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.
Object oriented programming uses down top approach of programming and Procedure oriented programming uses a top down approach of programming.
Similar questions