0 votes
in C Sharp by
Explain Generics in C#?

1 Answer

0 votes
by

Generics in c# is used to make the code reusable and which intern decreases the code redundancy and increases the performance and type safety. 

Namespace – “System.Collections.Generic” is available in C# and this should be used over “System.Collections” types.

Related questions

+1 vote
0 votes
asked Oct 18, 2019 in C Sharp by Robin
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...