| POP | OOP |
| 1. Emphasis on doing things (procedure). | 1. Emphasis on data rather than procedure. |
| 2. Programs are divided into what are known as functions. | 2. Programs are divided into what are known as objects. |
| 3. Data move openly around the system from function to function. | 3. Data is hidden and cannot be access by external functions. |
| 4. Employs top down approach in the program design. | 4. Employs bottom up approach in program design. |
Search This Blog
Friday, December 10, 2010
Differences between object-oriented programming (OOP) and procedure-oriented programming (POP)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment