Collection classes are defined by 2 namespaces

1)System.Collections:

defines ArrayList, Stack, Queue

2)System.Collections.Generic

Defines the Generic Collections

example: List<>,Stack<>, Queue<>