Question: Which of the following is true about C# generics?
A
B
C
D
E
C# allows non-type template parameters
B
# supports explicit specialization
C
C# allows the type parameter to be used as the base class for the generic type
D
C# allows a generic type parameter itself to be a generic
E
C# enforces that all codes are valid for all types of parameters
Note: Not available