what are delegates? How you used then in your project?
Answer Posted / shafi syed
Delegates are nothing but refer to methods. so u call the
method through delegate and pass the method as
parameter...that's it.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why objects are stored in heap in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
Can private virtual methods be overridden in c#.net?
Does c# support multiple inheritance (mi)?
What does int32 mean?
Illustrate race condition?
What is thread safe in c#?
what is an exception in .net?
write a program to find the biggest palindrome in the given string
What is an inheritance ?Give an example in which inheritance is used?
What does return do in for loop?
Why do we need interfaces in c#?
What are the properties in c#?
What is the difference between Singleton design pattern and Factory design pattern?
Can an interface extend a class c#?