Computer - differnce between pop &oop?

Answers (1)

pop stands for procedure oriented programming and oop stands for object oriented programming. In pop the process of executing the program will be done from top to bottom i.e;from main function .in oop the process of executing the program will be done from bottom to top. oop is called as bottom up approach.

Votes: +0 / -0