Creating an object is called instantiating a class because we create an instance of the class.

Can you create an instance of the Car class to give ferrari a value?

Awesome work! The nullable ferrari variable is set to null until we instantiate its class.

Oh noes! We'll need to set ferrari by placing it to the left of the = sign.