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



what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,li..

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

what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,li..

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

Post New Answer

More C Sharp Interview Questions

What is a dynamic assembly?

0 Answers  


the c# keyword .int. Maps to which .net type?

0 Answers   Siebel Systems,


What is default value of enum c#?

0 Answers  


what is a callback function?

4 Answers  


What is a clr host?

0 Answers  






What is deadly diamond problem?

0 Answers  


What is asp net in c#?

0 Answers  


When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


Explain 'structure padding'?

0 Answers   DELL,


WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR MULTIPLE INHERITANCE)

5 Answers   eXensys,


What is datatable and dataset in c#?

0 Answers  


What are the concepts of dispose method?

0 Answers  


Categories