Kizspy | Question: 43
(Choose 1 answer)
What is the purpose of using the "default" keyword in generic constraints in C#?
A. To specify a default value for the type argument
B. To restrict the type argument to be a specific class
C. To restrict the type argument to be a value type
D. To restrict the type argument to have a default constructor