An enumeration provides a means by which the objects within a container can be accessed one-at-a-time. All enumerations share a common interface, and hide the underlying implementation of the container from the user of that container.