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