G
Guest
I find the Generic collection classes really usefull, so usefull in fact that
I do not usually use the old style collections like ArrayList and Hashtable.
In fact if I did need a collection of potentially anything I would use a
List(of object) rather than an ArrayList.
Are there any occaisions where the old collections are preferable?
Guy
I do not usually use the old style collections like ArrayList and Hashtable.
In fact if I did need a collection of potentially anything I would use a
List(of object) rather than an ArrayList.
Are there any occaisions where the old collections are preferable?
Guy