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


Please Help Members By Posting Answers For Below Questions

Why objects are stored in heap in c#?

653


If you want to convert a base type to a derived type, what type of conversion do you use?

665


Can private virtual methods be overridden in c#.net?

694


Does c# support multiple inheritance (mi)?

706


What does int32 mean?

663


Illustrate race condition?

668


What is thread safe in c#?

649


what is an exception in .net?

696


write a program to find the biggest palindrome in the given string

730


What is an inheritance ?Give an example in which inheritance is used?

728


What does return do in for loop?

664


Why do we need interfaces in c#?

646


What are the properties in c#?

674


What is the difference between Singleton design pattern and Factory design pattern?

725


Can an interface extend a class c#?

711