What is the meaning of object in object oriented programming?
Answers
Answered by
1
Object (computer science) ... In the class-based object-oriented programming paradigm, "object" refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.
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 .
Object is an identifiable entity .
Similar questions