Class AbstractCarFactory<Obj extends Car>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
CarFactory

public abstract class AbstractCarFactory<Obj extends Car> extends DirectedObject2DFactory<Obj>
Abstract Factory for creating instances of Car.

The factory parameters this factory provides are the same as the parameters provided by its subclass CarFactory: