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