Question: What language feature allows types to be parameters on classes, interfaces, and methods in order to reuse the same code for different data types?

  1. Regular Expressions
  2. Reflection
  3. Generics
  4. Concurrency

Answer: The correct answer of the above question is Option C:Generics