0 / 60 seg.

In the "Factory Pattern", what is the purpose of the ShapeType enum?

public enum ShapeType { CIRCLE, SQUARE, RECTANGLE }