Computer Science, asked by komalbiban8416, 1 year ago

What is the meaning of object in object oriented programming?

Answers

Answered by poonamagarwal5p7fnku
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 SohamKundu012
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