What is the relationship between and object and a class?
Sigiloso
Class is a blueprint of an object, it a template that is used to define its object state and behavior an object is an entity that has state and behavior in programming language object is an instance of the class.