what are delegates? How you used then in your project?
Answer Posted / pankaj
Delegate means function pointer.
There are two types of de;egate
1-simple delegate
2-multicast delegate
ex---Suppose in a project u r using copy icon in two
application.then u need to use same code in two app which
based on some conditions.Here u can use delegate.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a delegate? Explain.
When a Static Constructor is called in a Class?
Can constructor be overloaded in c#?
What is private class in c#?
Is c# queue thread safe?
Do unused Namespaces in c# affect run-time performance?
Explain metadata in c#.
Is php easier than c#?
What is xaml file in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Can you have parameters for static constructors?
Explain the types of assemblies in .net?
What is class in oops with example in c#?
Can you inherit from a sealed class?
What are "class access modifiers" in C#?