Kizspy | Question: 42
(Choose 1 answer)
What is the purpose of using the "class" constraint on a type parameter in C# generics?
A. To restrict the type argument to be a reference type
B. To restrict the type argument to be a value type
C. To restrict the type argument to be a specific class
D. To specify a default value for the type argument