Why delegates are type safe?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class be protected in c#?
Does c# support #define for defining global constants?
What are verbatim strings in c#?
Why are strings immutable c#?
How do you mark a method obsolete?
What?s a delegate?
What is the difference between ienumerable and enumerator?
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;
What are regular expressions? Search a string using regular expressions?
What is the difference between const and readonly in c#.net?
Is c# pass by value?
What is the difference between abstract class and interface in c#?