public function __construct($size) { parent::__construct($size, true); // turbocharched }
public function __construct(SuperGreenEngine $green_engine) { parent::__construct($green_engine->getEngineSize(), false); }
public function __construct($size) { parent::__construct($size, false); // not turbocharched }