What does it mean object oriented programming?
Answers
Answered by
0
Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmersdefine not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure
Answered by
0
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