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 fcl in c#?
Give an example to show for hiding base class methods?
What is console application with example?
Why do we need indexers in c#?
Why dictionary is faster than list?
How many keyword present in C# language ?
What is the difference between Java and .NET garbage collectors?
Does c# have primitives?
What is difference between event and delegate in c#?
What is Implementation inheritance and interface inheritance?
How does aspect oriented programming work?
How a two-dimensional array declared in C#?
What is the difference between a variable and a literal?
What is ioc containers c#?
What is main thread in c#?