what is generics?
can u explain 5 to 6 examples on generics that covers
class,method,structure,list,delegates?
Answer Posted / abc
Collections need boxing and unboxing of data while
retrieving the data.
But Generic does not require
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the types of access modifiers?
Is c# code is managed or unmanaged code?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is array formula?
What is poco c#?
How to force my .net app to run as administrator on windows 7?
Differentiate between the public and private ?
Can we store different data types in arraylist in c#?
Is array reference type in c#?
What is the difference between do and while loop?
What is overloading with example?
Can we change static variable value in c#?
What's the c# syntax to catch any possible exception?
How can we sort an array in c#?
How would you describe encapsulation in c#?