What is generic class ?
In : Subject : C SharpGeneric classes contain operations that aren't tied to a specific data type. Generic classes are most commonly used with collections such as linked lists, hash tables, stacks, queues, trees, and so on. Regardless of the type of data being saved, operations such as adding and removing items from the collection are executed in essentially the same way.