Day 3: Generics in C#
Hello Friends, In today's article, I will explain about generics in C# with simple examples.
Generics in C# provides a way to define class and methods with placeholders that can operate with any datatype. It provides following benefits.
Code reusabi...
sarjunan.hashnode.dev2 min read