Kizspy | Question: 45
(Choose 1 answer)
What is an advantage of using generic classes and methods in C#?
A. Improved performance through type-specific optimizations.
B. Simplified code without the need for type annotations.
C. Compatibility with older versions of the .NET Framework.
D. Ability to use dynamic types as type parameters.