Kizspy | Question: 42 (Choose 1 answer)
Which of the following is an example of using multiple constraints on a type parameter in C# generics?
A. where T: struct, class
B. where T: struct && class
C. where T: struct || class
D. where T: struct/non-nullable