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 the interface in c#?
Explain how to implement an object pool in c#.net
Explain the role of Garbage collector and its generations?
What is use of list in c#?
Why do we need reflection in c#?
What is yield c#?
Why do we need structs in c#?
Why are local variables stored in stack?
What does exclamation mark mean in access query?
What is overloading in c#?
How string definitions will prevent escaping on backslashes in C#?
Is is possible to force garbage collector to run?
What are get and set in c#?
Can arraylist store different data types in c#?
What is a struct in C#?