- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 53字
- 2021-07-02 12:44:31
Generics
Generics is a concept that was introduced with C# 2.0 and allows template type definition and type parameters. Generics allow the programmer to define types with open-ended type parameters that dramatically changed the way that programmers write code. The type-safety with dynamic typed generic templates improves readability, reusability, and code performance.