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 data hiding in c#?
Explain synchronous and asynchronous operations?
Is string a class in c#?
Do vs while c#?
What is ilist c#?
Explain what is an interface in c#?
How do I create a multilanguage, single-file assembly?
Is php better than c#?
Explain the constructor in c#.
Can a constructor be private in c#?
What is sqlcommand in c#?
How to implement delegates in c#.net
How we convert private assembly into public assembly?
Can I call a virtual method from a constructor/destructor?
In which order the destructor is called for an inherited class?