Computer Science, asked by Anitmahesh1595, 10 months ago

Difference between object oriented programming and procedural programming

Answers

Answered by theajitkamble007
1

Explanation:

Differences between Procedural and Object Oriented Programming.

i) In procedural programming, program is divided into small parts called function.

In object oriented programming, program is divided into small parts called objects.

ii)Procedural programming follows top down

approach .

Object oriented programming follows

bottom up approach.

iii) In procedural programming, function is more important than data.

In object oriented programming, data is more important than function.

iv) Procedural programming is based on unreal world.Examples: C, FORTRAN, Pascal, Basic etc

Object oriented programming is based on

real world.Examples: C++, Java, Python,

C# etc.

Answered by abhishek2679
0

Please mark it as brainliest.

Attachments:
Similar questions