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 task parallel library?
What is a value type in c#?
Is hashset ordered c#?
What does void mean in c#?
What is the difference between struct and class in c#?
Can you inherit multiple abstract classes in c#?
What is the difference between mobile application and desktop application?
What is the size of a decimal?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Can a struct be null?
What do you mean by shared assembly?
How to get the sum of last 3 items in a list using lambda expressions?
What is difference between C# and VB.NET?
Which of these statements correctly declares a two-dimensional array in c#?
What is a ienumerator?