(Choose 1 answer)
Which of the following statements related to data collection in C# is True?
A. The data collection object is an object that stores a group of data items.
B. Stack and Stack<T> are both generic data collections
C. It is recommended to use non-generic data collections when possible
D. All of the others
3