Get premium membership and access questions with answers, video lessons as well as revision papers.

List the characteristics of OOP.

      

List the characteristics of OOP.

  

Answers


Kavungya
i) The emphasis is on data rather on procedure
ii) Programs are divided into objects
iii) Data is hidden and cannot be accessed by external functions
iv) Objects communicated with each other through functions
v) New data and functions can be easily added whenever necessary
vi) Functions that operate on the data of an object are tied together in the data structure
vii) Data structures are designed in such a way that they characterize the objects
viii) OOP uses the bottom-up approach in program design (i.e. the overall program development is based upon the known characteristics of the individual modules.
Kavungya answered the question on May 15, 2019 at 15:17


Next: Describe Inheritance in programming.
Previous: Describe the object oriented programming technique.

View More Computer Programming Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions