© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
V. SarcarTest Your Skills in C# Programming https://doi.org/10.1007/978-1-4842-8655-5_13

13. Generics

Vaskaran Sarcar1  
(1)
Garia, Kolkata, West Bengal, India
 
Generics are an integral part of advanced programming. They are one of the coolest features of C#. Let’s see what Microsoft says about them (see https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/types/generics ):

Generic classes and methods combine reusability, type safety, and efficiency in a way that their non-generic counterparts cannot. Generics are most frequently used with collections and the methods that operate on them. The System.Collections.Generic namespace contains several generic-based ...

Get Test Your Skills in C# Programming: Review and Analyze Important Features of C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.