what is generics?
can u explain 5 to 6 examples on generics that covers
class,method,structure,list,delegates?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the types of parameters in c#?
What is Fragmentation and its Types?
What is state c#?
What is difference between continue and break in c#?
What is difference between list and dictionary in c#?
Distinguish between array and arraylist in c#?
List the differences between method overriding and method overloading?
What does int parse do in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What are delegates?
Why do we need constructor?
Explain metadata in c#.