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