Revature Interview Question

What is the difference between an Object and a Class?

Interview Answer

Anonymous

Apr 28, 2018

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

1