أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Generics refers to writing the code for a class without specifying the data type that the class works on.
You specify the data type when you declare an instance of a generic class.
Example : are the many collection classes in .NET. Each collection class has it's own implementation of how the collection is created and managed.