Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to perform a particular action on a set of dissimilar objects contained within an array or collection, preferably without having to know each individual object's type.
Use interfaces in a polymorphic manner. The following interface contains a single method, Sort, which allows sorting to be performed on the object that implements this interface: