Multiple choice technology programming languages

Give some examples of generic classes.

  1. List ,HashSet

  2. Queue

  3. Stack

  4. LinkedList

  5. All of Above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

In .NET, List, HashSet, Queue, Stack, and LinkedList are all built-in generic collection classes located in the System.Collections.Generic namespace. They allow type-safe collections of items, making 'All of Above' the correct selection since every listed class is a generic class.