what is the use of generic in C sharp
Answers
Answered by
0
is a very important feature of .Net programming, allowing a class and methods such as lists, hash tables, queues and so on to be defined with a type T as a parameter. The type of generic parameter is specified only at the time of declaration. Using this, the programmer will improve the performance of an application.
coolbob2002:
mark brainiest pls
Similar questions