hey I have here kind of question about using the constant to make sure that I understand it.
what are the benefits of using the Constant here, what I mean that I can use only the ( type ) property and assign the value to it then I can display it, by using the switch ($myCar->type)????? and I can make the $type constant also.
so where is the different ?
am I missing something else ?

thank you