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
Explain the process of polymorphism with an example?
What does break do in loop?
Please explain value types and reference types used in c#?
Define Abstract Class in C#
What is dynamic dispatch?
Can we assign null value to integer?
What is fcl in c#?
How do you sort an array in c#?
How does bitwise work?
Why delegates are safe in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is file extension of webservices?
What is enumerable in c#?
What is sqldataadapter in c#?
What is keywords in c#?