What do you know about classes?

Classes have state and behaviorThey're defined with the class keywordClasses don't have instancesWe can't make custom classes

Indeed! Classes are defined with the class keyword and have state and behavior*. We create instances** of them and can make custom classes.

Not quite! Classes are defined with the class keyword and have state and behavior*. We create instances** of them and can make custom classes.