class Vehicle{ +«property» Color: string -numberOfWheels: int +Vehicle() +Vehicle(cP : string, nowP : int) +SetNOW(nowP : int) +ToString() string }