Procedure oriented:
- problems are divided into function or procedure
- top down programing technique is used
- data can be assed easily
- data hiding is not possible
- it is not easy to add new function are data structures
Object oriented
- problems are divided into object
- bottom up programming technique is used
- data cannot be accessed easily
- data hiding is possible
- it is easy to add new function and data structures
No comments