what is generics?
can u explain 5 to 6 examples on generics that covers
class,method,structure,list,delegates?
Answer Posted / pushparaj pentakota
collections allows you to store any type of value in it but generics stops you to enter any type of value in it it allows you for only particular type values.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the delegates in c#?
What is iqueryable and ienumerable in c#?
What do you know about device context?
Explain how do you convert a value-type to a reference-type?
Why do we write system in c#?
Why do we use readonly in c#?
Does c# support #define for defining global constants?
What is difference between event and delegate in c#?
What is a shared assembly?
Explain the role of the datareader class in ado.net connections?
What is ispostback c#?
Explain different properties of object oriented systems.
What is string [] args in c#?
What is the difference between private and protected in c#?
Does c# provide copy constructor?