collection and generics
Give a good description on collection and generics from grassroot level.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 15, 2015, 8:51 AM
Collections can either relate to a particular kind of object or to any kind of object.
.NET contains support for both types.
For example, an ArrayList can contain objects of any kind but a List
List