Package core.components
Class MechanicalBicycle
- java.lang.Object
-
- core.components.Bicycle
-
- core.components.MechanicalBicycle
-
public class MechanicalBicycle extends Bicycle
The MechanicalBicycle class : This class defines what is a mechanical bicycle in the application
-
-
Constructor Summary
Constructors Constructor Description MechanicalBicycle()
The mechanical bicycle constructor that inherits from the super class Bicycle
-