Computer Science, asked by SachinPrakash8085, 7 months ago

Give examples of procedural programming and object oriented programming paradigm

Answers

Answered by Kausmitachakrabarti
1

Answer:

Differences between Procedural and Object Oriented Programming

Procedural Oriented ProgrammingObject Oriented ProgrammingProcedural programming is based on unreal world.Object oriented programming is based on real world.Examples: C, FORTRAN, Pascal, Basic etc.Examples: C++, Java, Python, C# etc.

Similar questions