What's The Difference Between Procedural Programmimg And Object oriented Programmimg!?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What's The Difference Between Procedural Programmimg And Object oriented Programmimg!?!

12th May 2017, 7:34 AM
Ayushman Paliwal
Ayushman Paliwal - avatar
5 Answers
+ 4
One of the most important characteristics of procedural programming is that it relies on procedures that operate on data - these are two separate concepts. In object-oriented programming, these two concepts are bundled into objects. This makes it possible to create more complicated behavior with less code. The use of objects also makes it possible to reuse code. Once you have created an object with more complex behavior, you can use it anywhere in your code. Whereas exactly, this can not be done in case of procedural programming. FOR DETAILED DIFFERENCES go to: http://freefeast.info/general-it-articles/difference-between-procedure-oriented-programming-and-object-oriented-programming-procedure-oriented-programming-vs-object-oriented-programming/
12th May 2017, 7:43 AM
Ashutosh Tripathy
Ashutosh Tripathy - avatar
+ 3
Example of POP are : C, VB, FORTRAN, Pascal. Example of OOP are : C++, JAVA, VB.NET, C#.NET, Python.
12th May 2017, 7:57 AM
Ashutosh Tripathy
Ashutosh Tripathy - avatar
+ 3
Bro Thanks A Lott
12th May 2017, 8:29 AM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 2
Can Uhh Name Language That Are OOP based And Procedural Based!?
12th May 2017, 7:41 AM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 1
You're welcome 👍
12th May 2017, 9:07 AM
Ashutosh Tripathy
Ashutosh Tripathy - avatar