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


Please Help Members By Posting Answers For Below Questions

How do you convert byte array to hexadecimal string, and vice versa?

753


How do I port "synchronized" functions from visual j++ to c#?

658


What is parsing? How to parse a date time string?

731


is it possible to access a remote web service Without UDDI?

758


Is arraylist type safe in c#?

691


What is a helper method in c#?

678


What is object array in c#?

714


Why do we use public static void main in c#?

661


What is a string c#?

645


What is a nullreferenceexception and how do I fix it?

732


What does readonly mean in c#?

739


How do I run managed code in a process?

710


Can you explain template pattern?

750


Is c++ or c# better?

706


Write a short note on interface?

753