Computer Science
What are the features of OOP?
OOP Intro Java
6 Likes
Answer
Features of Object Oriented Programming are:
- It gives stress on the data items rather than functions.
- It makes the complete program/problem simpler by dividing into number of objects.
- The objects share information through functions.
- Data remain secure from outer interference.
Answered By
4 Likes