When should you use generics?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Is constructor a static method?

0 Answers  


What is base class in c#?

0 Answers  


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

0 Answers  






What is xor operator in c#?

0 Answers  


What is a derived class in c#?

0 Answers  


Why are strings in c# immutable?

0 Answers  


What is the advantage of constructor?

0 Answers  


What is string interpolation in c#?

0 Answers  


How encapsulation and abstraction defined/used in C#.NET.

8 Answers   Synechron,


What is c# best for?

0 Answers  


Categories