Classes are blueprints for objects. They define how objects of a kind behave and what attributes they have.

We create instances of classes by calling their name like a method and putting their parameters in parentheses.