in Dot Net by

What is a Generic Class?

1 Answer

0 votes
by

Generics or Generic class is used to create classes or objects which do not have any specific data type. The data type can be assigned during runtime, i.e when it is used in the program

...