Saturday, October 28, 2017

Difference between POP & OOP


No
Procedure oriented programming (POP)
Object oriented programming (OOP)
1
POP emphasis on algorithms (procedure)
OOP emphasis on data rather than procedure.
2
Large programs are divided into smaller programs known as functions.
Programs are divided into objects.
3
They have not facility to hide data.
They have facility to hide data from outside world.
4
Function can transfer data from one function to another and one form to another form.
Objects can communication with each other using functions.
5
It does not have powerful features like operator overloading, inheritance etc.
It contains powerful features like operator overloading, inheritance.
6
For design program it uses top-down approach.
For design program it uses bottom-up approach.
7
Examples: C, COBOL, FORTRAN etc.
Examples: C++

12 comments:

  1. hi anukur shah i like you its very nice

    ReplyDelete
  2. thank u so much,but it does not clear.

    ReplyDelete
  3. hey thnx for posting this...but i m unable to see right side of diffces...so make it view properly

    ReplyDelete
  4. @aayushi:-copy d content and paste it in note pad.. u will get whole thing...

    ReplyDelete
  5. good one sir. Aayushi try something from your side.

    ReplyDelete
  6. nice easy simple best bro written very nicely............

    ReplyDelete
  7. hey it is good but make it view properly the other side of differences cant seee so make it viewable

    ReplyDelete
  8. Thanks bro... It was rily a big help!

    ReplyDelete