C Sharp (C#) - Inheritance
You want to create a class
ElectricCar that has all features of Car plus a new method ChargeBattery(). Which is the best way to do this using inheritance?