Amazon Interview Question

What is the relationship between an object and a class?

Interview Answer

Anonymous

Oct 7, 2011

An object is an instance of a class.

1