不是覆盖父类的方法吗?为什么要用parent::speedUp(),而不是$this->speed+=50;
$this->speed+=50;并没有调用到父类的函数,题目要求是加多50的速度,所以结果是父类$speed的初始化的值加上50