what is object oriented programming?
Answers
Answered by
2
object oriented proggramming is a programming paradigm based on the cocept of"object". which cotain the data,in the form of feilds, and code ,in the form of procedures. a feature of an obhect procedures that can access and often modify the data feilds of the project with which they are associated.
sunil3758:
bro plzz make it brainliest ans plzz
Answered by
1
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