Poll 10-13: Using Generics¶
Generics Poll 1
Day 1 Poll
Consider the generic Pair class below.
Which statements below are appropriate uses of generics? An appropriate use of generics will compile and avoid the use of raw types. Select all that apply. Assume each option is independent of the others.