What is the difference between (POP and OOP)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between (POP and OOP)?

Friends I want to know that what is the difference between (Procedure oriented programming and Object oriented programming )

26th Mar 2018, 2:16 AM
Ujjwal Kumar
Ujjwal Kumar - avatar
3 Answers
+ 1
POP focuses on the use of variables, data structures, and subroutines while OOP uses objects that have various attributes and methods.
26th Mar 2018, 2:48 AM
apex137
apex137 - avatar
+ 2
POP gives importance to the execution and process rather than the data given to it.It is a source of great problems and this became old-fashioned for the programmer. OOP enhances the performance of the computer to do some particular tasks or functions by the use of methods and objects.
27th Mar 2018, 12:13 AM
Sujal Kumar
Sujal Kumar - avatar
19th Apr 2018, 1:39 PM
Kapil Mewada
Kapil Mewada - avatar