+ 5
What's The Difference Between Procedural Programmimg And Object oriented Programmimg!?!
5 Respuestas
+ 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/
+ 3
Example of POP are : C, VB, FORTRAN, Pascal.
Example of OOP are : C++, JAVA, VB.NET, C#.NET, Python.
+ 3
Bro Thanks A Lott
+ 2
Can Uhh Name Language That Are OOP based And Procedural Based!?
+ 1
You're welcome 👍