Pergunta de entrevista da empresa Revature

What is the relationship between and object and a class?

Resposta da entrevista

Sigiloso

17 de nov. de 2020

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.