What do you mean by object oriented programming?
Answers
Answered by
5
object oriented programming refers to a type of computer programming in which programmers define not only the data type of data structure but also the type of operation that can be applied to the data structure .
Answered by
3
An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .
Features are
1. Inheritance .
2. Data abstraction .
3. Encapsulation .
4. Modularity .
5. Polymorphism .
Similar questions