Revature Interview Question

What is the relationship between and object and a class?

Interview Answer

Anonymous

Nov 17, 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.