Answer Posted / amit kumar
delegates holds the reference of the function
then you can call that function through the delegate object
main benifit of delegate is that you can make difference
between class objects
you can assign the different -2 methods to different-2
object of same class
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain serialization and deserialization?
What do you mean by caching in asp.net?
Diff between web user control and web custom control?
Does web services support data reader like pom project?
How to send a DataReader as a parameter to a remote client ?
What is asp net application object?
How is mvc different from asp.net? : Asp.Net MVC
Can we handle the error and redirect to some pages using web.config?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is advantage of asp.net?
What is state management techniques in asp.net?
Distinguish between Server-side and Client-side code with its functionality?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the advantages and disadvantages of session?