Computer Applications
Enlist the features of Object Oriented Programming.
OOP Intro Java
190 Likes
Answer
Some of the features of Object Oriented Programming are:
- It gives stress on data items rather than functions.
- It makes the complete program/problem simpler by dividing it into number of objects.
- The objects can be used as a bridge to have data flow from one function to another.
- The concept of data hiding enhances security in programs.
- It is highly beneficial to solve complex programs.
Answered By
119 Likes