Computer Science, asked by akshee17, 10 months ago

what is object and class?​

Answers

Answered by muskan123419
1

Explanation:

Object − Objects have states and behaviors. Example: A dog has states - color, name, breed as well as behaviors – wagging the tail, barking, eating. An object is an instance of a class. Class − A class can be defined as a template/blueprint that describes the behavior/state that the object of its type support.

Answered by Anonymous
0

A class is a blueprint representing a group of objects that share common properties and relationships.

An object is a real instance of a class, where each property of it's class is associated with some values called as data members.

#sumedhian ❤❤

Similar questions