public abstract class BikeFactory extends Object
static Bike
createBike()
createBike(Family owner)
createBike(Person rider)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Bike createBike()
public static Bike createBike(Person rider)
public static Bike createBike(Family owner)
Copyright © 2020. All rights reserved.