Selecting a Collection Class The System.Collections.Generic namespace contains interfaces and classes that define generic collections, which allow users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. FIFO · Queue class · Queue generic class · where the element is typically discarded after its value is retrieved LIFO Stack class Stack generic class sequential access LinkedList generic class random access...