Computer Science, asked by cherryagarwal8006, 1 year ago

Define object and explain.

Answers

Answered by captainkhan85
3

Objects are an abstraction. They hold both data, and ways to manipulate the data. The data is usually not visible outside the object. It can only be changed by using a well-specified mechanism.

Similar questions