Computer Applications

Enlist the features of Object Oriented Programming.

OOP Intro Java

194 Likes

Answer

Some of the features of Object Oriented Programming are:

  1. It gives stress on data items rather than functions.
  2. It makes the complete program/problem simpler by dividing it into number of objects.
  3. The objects can be used as a bridge to have data flow from one function to another.
  4. The concept of data hiding enhances security in programs.
  5. It is highly beneficial to solve complex programs.

Answered By

121 Likes


Related Questions