Answer (Choose 1 answer)
Choose the correct statement related to Generics in C#.
A. A type parameter is a placeholder for a particular type specified when creating an instance of the generic type
B. Generic means the general form, not specific. In C#, generic means not specific to a particular data type
C. None of the others
D. Generic can be used with classes, interfaces, fields, methods, properties, and delegates using the out parameter
18/50-CAP
Q: 20