Computer Science
In what way a class and an object are interrelated?
Objects & Classes
2 Likes
Answer
A Class is used to create various Objects that have different characteristics and common behaviours. Each object follows all the features defined within a class. Hence, class is also referred to as a blue print or prototype of an object.
Answered By
1 Like