Answer (Choose 1 answer)
✔AWith the constraint "where T: class", what it means?
A. 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
B. The type argument must be a non-nullable value type, either nullable or non-nullable
C. None of the others
D. 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.
Osh
1