Sweet! This class describes cars with a color
variable and a StartEngine ()
method.
Psst: we didn't have to use the static
keyword for StartEngine ()
because we created an instance of the Car
class.
That would be a great method to have later on, but let's use existing method for now, shall we?