Revature interview question

What is the difference between an Object and a Class?

Interview Answer

Anonymous

28 Apr 2018

An object is an instance of a class, a class is blueprint of an object.

1