Answer Posted / kumar vaibhav
Generics is a data structure which allow you to create type-safe data structures without committing to actual data types. Generics provides significant performance boost and higher quality code by reusing data processing algorithms without duplicating type-specific code.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between firstordefault and first?
Can a method be sealed in c#?
What is constructors, explain with syntax
What does m mean in decimal c#?
What is xml c#?
What do you understand by 'access specifiers' in C#?
How do I run a cshtml file?
What is a template class?
What is a sealed class?
What is difference between array and arraylist in c#?
What is delegates in c#?
What is int32 maxvalue?
What is the name of c# compiler?
Can we override main method in c#?
Name which controls do not have events?