what is a delegate? what it is used for?
Answer Posted / cool
Delegate is a strong type function pointer and it passes the
method signature for the class and class that has this
signature can use this delegates.
This is similar to Pointers in C and C++.
If we use this delegates for single method then this is
single case and if the method declared to more than one
method then this is called as multicast delegate object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the public and private ?
What is difference between write and writeline in c#?
What is the meaning of MSIL?
Why do we need indexer in c#?
What does dbml mean?
What is the execution entry point for a c# console application?
Is string nullable in c#?
What are the different types of assemblies available and their purpose?
What does m mean in decimal c#?
What are the types of access modifiers?
Is it possible to inline assembly or il in c# code?
What is difference between dictionary and hashtable?
What is indexer c#?
Is arraylist type safe in c#?
What are the steps for creating clr trigger