2
(Choose 1 answer)
What is the benefit of Generics?
A. Can be reusable with different types but can not accept values of a single type at a time
B. Ensure type-safety at compile-time (ensure strongly-typed programming model)
C. Allow safely upgrading the code with casting or boxing
D. All of the others
<
Finish