class RoadBike extends Cycle { public RoadBike(String color, String brand) { super(color, brand); numGears = 7; } }