write the difference between POP and OPP.
Hello,
POP refers to procedure oriented programming. The primary focus of this programming is on "How to get the task done". It is a type of structured programming which follows a top down approach.
OOP refers to object oriented programming which focuses mainly on "Data hiding" and allows only objects to access the entities of a class. OOP follows bottom up approach.
Hope this helps!
Hello student In POP,Importance is not given to data but to functions as well as sequence of actions to be done. In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects.
Feel free to comment if you've any doubt
Good luck