(Choose 1 answer)
Which of the following statements related to Constraints on Type Parameters in Generic is T
A. Constraints inform the compiler about the capabilities a type argument must have
B. Without any constraints, the type argument could be default is an integer type
C. Constraints are specified by using the new contextual keyword
D. All of the others
Exit 27