Question: What data type would you use to store an immutable collection of objects that contain a fixed number of varying types?

  1. Array
  2. ImmutableCollection
  3. List
  4. Tuple

Answer: The correct answer of the above question is Option D:Tuple