what are delegates? How you used then in your project?
Answer Posted / deepti
delegates just like a pointers,its nothing but hold the
address of a variable..
There r two types of delegates:
1) Single Delegates: it calls only one method.
2) Multiple Delegates: it calls multiple methods.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you convert byte array to hexadecimal string, and vice versa?
How do I port "synchronized" functions from visual j++ to c#?
What is parsing? How to parse a date time string?
is it possible to access a remote web service Without UDDI?
Is arraylist type safe in c#?
What is a helper method in c#?
What is object array in c#?
Why do we use public static void main in c#?
What is a string c#?
What is a nullreferenceexception and how do I fix it?
What does readonly mean in c#?
How do I run managed code in a process?
Can you explain template pattern?
Is c++ or c# better?
Write a short note on interface?