Inle Choices
(Choose 1 answer)
With the constraint "where T: class", what it means?
A. The type argument must be a reference type, either nullable or non-nullable. This constraint applies also to any class, interface, delegate, or array type.
B. The type argument must be a non-nullable value type, either nullable or non-nullable
C. The type argument must be a reference type. This constraint applies also to any class, interface, delegate, or array type. T must be a non-nullable reference type
D. None of the others
Q: 38