Beginner
C#
Q15 / 100
What are generics in C#?
Correct! Well done.
Incorrect.
The correct answer is B) Type-parameterized classes and methods that work with any type while maintaining type safety
B
Correct Answer
Type-parameterized classes and methods that work with any type while maintaining type safety
Explanation
List<T>, Dictionary<TKey, TValue>, and custom generic classes provide type-safe reusability without boxing.
Progress
15/100