Class 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
    • Constructor Detail

      • MechanicalBicycle

        public MechanicalBicycle()
        The mechanical bicycle constructor that inherits from the super class Bicycle