KnowledgeBoat Logo

Computer Science

What are the features of Object Oriented Programming? Explain.

Objects & Classes

5 Likes

Answer

Features of Object Oriented Programming are:

  1. It gives stress on the data items rather than functions.
  2. It makes the complete program/problem simpler by dividing into number of objects.
  3. The objects share information through functions.
  4. Data remain secure from outer interference.

Answered By

4 Likes


Related Questions