Good Day :) ., Do you know the differences between POP and OOP. Ok., Let's see the differences (POP vs OOP).
- POP concentrates on procedures where as OOP concentrates on data.
- In POP data moves freely around the system from function to function.In OOP data not moves freely around the system.
- In POP large programs are divided into small programs known as functions where as in OOP programs are divided into small blocks known as objects.
- It is difficult to add new functions and data wherever in a program in POP where as it is easy to add new functions and data in a program in OOP
- POP follows top down approach.OOP follows bottom up approach. etc.,
Before going to the java
concepts in briefly let us know the some of the Differences between C
and Java & the Differences between C++ and Java.
Post a Comment