Revature Interview Question

What is the difference between an object and a class?

Interview Answer

Anonymous

Nov 29, 2016

A object is an instance of a class.

5