Why delegates are type safe?


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

Post New Answer

More C Sharp Interview Questions

Can a class be protected in c#?

0 Answers  


Does c# support #define for defining global constants?

0 Answers  


What are verbatim strings in c#?

0 Answers  


Why are strings immutable c#?

0 Answers  


How do you mark a method obsolete?

0 Answers  






What?s a delegate?

8 Answers   CTS, Visual Soft,


What is the difference between ienumerable and enumerator?

0 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


What are regular expressions? Search a string using regular expressions?

0 Answers  


What is the difference between const and readonly in c#.net?

0 Answers  


Is c# pass by value?

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


Categories