difference of ArrayList and collection?

  • Thread starter Thread starter Hei
  • Start date Start date
(as subject)

You need to be a little more specific... In my mind a collection is
sort of a generic term for a container that holds a group of objects.
Arrays, in their way, are a collection. Hashtables, ArrayList, Queue,
Stack, etc - all collections. Some of them have different storage or
indexing scheames, but all are a collection of one sort another:)
 
ArrayList inherits from System.Collections, so in fact is just that.

OHM


Tom said:
You need to be a little more specific... In my mind a collection is
sort of a generic term for a container that holds a group of objects.
Arrays, in their way, are a collection. Hashtables, ArrayList, Queue,
Stack, etc - all collections. Some of them have different storage or
indexing scheames, but all are a collection of one sort another:)

Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
;-)

In the UK This means.

Read The Fu*%ing Manual., Does that sound freindly ?


Regards - OHM

Armin said:
It was a very friendly question. :-(

Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
One Handed Man said:
;-)

In the UK This means.

Read The Fu*%ing Manual., Does that sound freindly ?

No, but here we say "the way we shout in the woods, the way it shouts back"
 
Armin Zingler said:
No, but here we say "the way we shout in the woods, the way it shouts
back"


Well, after thinking about it: it is not a fu***ing manual, it is quite
good. So, I should write: RTM! ;-)

Peace
 
* "Armin Zingler said:
Well, after thinking about it: it is not a fu***ing manual, it is quite
good. So, I should write: RTM! ;-)

Ready To Manufacturing?!
 
Back
Top