characteristics of object-oriented programming


Characteristics of object-oriented programming:

  Emphasis is on data rather than procedure.

  Programs are divided into what are known as objects.

  Data structures are designed such that they characterize the objects.

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

  Data is hidden and cannot be accessed by external functions.

  Objects may communicate with each other through functions.

  New data and functions can be easily added whenever necessary.

  Follows bottom-up approach in program design. 

Request for Solution File

Ask an Expert for Answer!!
Application Programming: characteristics of object-oriented programming
Reference No:- TGS0158505

Expected delivery within 24 Hours