What is not a key advantage of using an enum as below have versus using a string for mycar and string literals like red green and black?
a) Type safety
b) Enum constants are always unique
c) Enums can have behavior associated with each constant
d) Enums can't be used in switch statements