OOP 5: Parent - Child

OOP 5: Parent - Child

5.1.创建一个ElectricCar 类,继承Car 类的属性。

5.2.修改ElectricCar 类的__init__ 方法,使其使用super() 调用Car 类的__init__ 方法。

5.3.在ElectricCar__init__...

You should be an authorized user in order to see the full description and start solving this mission.