(Choose 1 answer)
Which of the following statements related to Generic Class is True?
A. When creating generic classes, important considerations include:class type to generalize into type parameters
B. None of the others
C. Generic classes are defined using a type parameter in parentheses after the class name
D. Generic classes encapsulate operations that are not specific to a particular data type
w
Finish