public abstract class DogFactory extends Object
static Dog
createDog()
createDog(DogBreed breed)
createDog(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Dog createDog()
public static Dog createDog(String name)
public static Dog createDog(DogBreed breed)
Copyright © 2018. All rights reserved.