Collections are a vital element of any object-oriented architecture. Offering the capability to group objects in logical constructs, they improve code readability and self documentation, as well as enhance maintainability. In this article, and others in the series, we will cover topics related to collections, from basic implementation and performance analysis to extending collections with polymorphism and inheritance. Read more: http://developers-heaven.com/forum/index.php/topic,14.msg19/topicseen.html#msg19 NOTE: the forum needs moderators.
