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

Code to run exe like mspaint,autocad etc in asp.net.

2 Answers  


Difference between dispose and destructor?

3 Answers   TCS,


What are c# attributes and its significance?

0 Answers  


What are the different types of assemblies available and their purpose?

0 Answers  


How do switch statements work?

0 Answers  






what is a destructor?

0 Answers   Amazon,


Why data types are important in c#?

0 Answers  


Is c# queue thread safe?

0 Answers  


Define acid rule of thumb for transactions in c#.

0 Answers  


What do you mean by parsing and how to parse a date time string in c#?

0 Answers  


What is command object in c#?

0 Answers  


What is the different types of private assembly and shared assembly?

0 Answers  


Categories