Computer Science
What are the features of Object Oriented Programming? Explain.
Objects & Classes
5 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
Related Questions
State whether the following statement is True or False :
The class variables are also called as static variables.
What is meant by Object Oriented Programming? Name all the principles of Object Oriented Programming.
Explain the terms Class and Object with the help of real world examples.
What is meant by 'Abstract Class'?