+ 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 )
3 ответов
+ 1
POP focuses on the use of variables, data structures, and subroutines while OOP uses objects that have various attributes and methods.
+ 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.