Package core.components
Class ElectricalBicycle
- java.lang.Object
-
- core.components.Bicycle
-
- core.components.ElectricalBicycle
-
public class ElectricalBicycle extends Bicycle
The ElectricalBicycle class : It implements the electrical bicycle in the application
-
-
Constructor Summary
Constructors Constructor Description ElectricalBicycle()
This is the electrical bicycle constructor that inherits from the super class Bicycle
-