Class Car

A class representing a car.

class Car ;

Constructors

NameDescription
this Constructor of car.

Fields

NameTypeDescription
color_ Color
size_ Size

Properties

NameTypeDescription
color[set] CarSet color of car
color[get] Color
size[get] Size