difference Procedure oriented and object oriented

Share:

Procedure oriented:



  1. problems are divided into function or procedure

  2. top down programing technique is used

  3. data can be assed easily

  4. data hiding is not possible

  5. it is not easy to add new function are data structures



Object oriented



  1. problems are divided into object

  2. bottom up programming technique is used

  3. data cannot be accessed easily

  4. data hiding is possible

  5. it is easy to add new function and data structures






 

No comments