We can create multiple objects with a single class.

Try creating three objects from the Person class with three different name values.

Boom! Each object stores its own value for the name property.

Not quite! Can you remember how to use the primary constructor to create objects?