So-called classes are kind of like blueprints. In them, we define properties and behavior that objects of the same type have in common.

Great! We can introduce a class with the class keyword and a name that starts with an uppercase letter.

Didn't we want to create a class?