What do you remember about classes?

Classes are like blueprintsClasses bundle things that objects of a kind have in commonObjects are instances of classesClasses don't model behavior

Good stuff! Classes are like blueprints in that they bundle properties and behavior that objects of a kind have in common.

Close! Classes are like blueprints in that they bundle properties and behavior that objects of a kind have in common.