How is class and object interrelated
Answers
Answered by
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