The Batmobile runs on an Electric charge rather than Gas which the other cars use. Keeping this in mind Jonas needs to overwrite the refuel()
method of the Car
class within the Batmobile
class. Help him do the same.
Create a refuel()
method within the Batmobile
class and print Connecting to Charging port when it is called.