Computer Science, asked by puneethk5452, 9 months ago

How is class and object interrelated

Answers

Answered by ashu3445
2

Answer:

An object is a collection of data and behaviors that represent some entity (real or abstract). A class defines the structure and behaviors of all entities of a given type. An object is one particular "instance" of that type of entity

Similar questions