Answer Posted / rt
Generics was a new addition in .NET 2.0
With generics we can create reusable classes. It promotes code reusability.
With generics we create classes with placeholders(<T>), and while creating object of that class we declare a value for that placeholder(int,double,etc) and from then on that object is bind to that type.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between struct and class in c#?
what is partial assembly reference
Can you mark static constructor with access modifiers?
How to open a new form on button click in Windows forms?
Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.
What is polymorphism and its types in c#?
What is msil in c#?
What is event delegate in c#?
What is list array in c#?
What is the difference between new and override in c#?
What is the benefit of using interface in c#?
Why we use oops in c#?
Ho we can see assembly information?
List down the reason behind the usage of c# language.
What is ienumerator c#?