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 are the steps to make an assembly to public?
When was c# created?
What is the extension of c# file?
List the difference between interface and abstract class?
can you create a function in c# which can accept varying number of arguments
Is it possible to have different access modifiers on the get/set methods of a property?
Can a dictionary have the same key?
How to create events for a control? What is custom events? How to create it?
What is an assembly loader?
Why do we use abstraction in c#?
What is concrete class in c# with example?
Are c and c# the same thing?
What is difference between string and string builder?
What is the difference between ienumerable and icollection?
What is the difference between asp net and c#?