ManufacturedCar

Undocumented in source.
class ManufacturedCar : Car {}

Constructors

this
this(Size size, Engine engine)

Constructor of car.

Inherited Members

From Car

color
Color color [@property setter]

Set color of car

color
Color color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
engine
Engine engine [@property setter]

Set engine used in car.

engine
Engine engine [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
frontLeft
Tire frontLeft [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
frontLeft
Tire frontLeft [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
frontRight
Tire frontRight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
frontRight
Tire frontRight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
backLeft
Tire backLeft [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
backLeft
Tire backLeft [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
backRight
Tire backRight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
backRight
Tire backRight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta