A class is a blueprint; an object is one thing built from it
A blueprint describes what a kind of object should know and what it should be able to do.
An object is one actual instance made from that blueprint. Two Player objects can follow the same blueprint but have different names and scores.
Blueprint: the recipe. Object: one dish made from that recipe.
Try it: If Car were a blueprint, name two pieces of data that each Car object might store.