What are the features of object oriented programming over structured programming?

Answer:
the features of oop are:
  1. Emphasis is on data rather than procedure.
  2. Programs are divided into what are known as objects.
  3. Data structures are designed such that they characterize the objects.

  4. Functions that operate on the data of an object are tied together in the data structure.

  5. Data is Hidden and cannot be accessed by external functions.
  6. Objects may communicate with each other through functions.
  7. New data and functions can be easily added whenever necessary.
  8. Follows bottom-up approach in program design.

others are :



· Robust



· Multi threaded

· Architecture Neutral

· High Performance

· Distributed

· Dynamic
First answer by Xromeo08. Last edit by Maity.joydev. Contributor trust: 2 [recommend contributor recommended]. Question popularity: 10 [recommend question].