why we are using delegates and in which condition it is
required?
Answer Posted / santosh
delegates are similler to function pointers.. main it is
callback methods.. we can call the methods at time more
than one methods.. delegates are 2 types 1.single cast
delegets 2.multicaste delegates like sysntax:
access modifiers delegate returntype
delegatename("arguments")
{
}
// creating reference for delegates
objectname.delegatename();
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between application state and session state in asp net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is application in asp net?
What is the use of worker process in asp.net?
Which browsers support the xmlhttprequest object?
Can you dynamically assign a Master Page?
What is application variable?
Where would you use an ihttpmodule, and what are the limitations of any?
What is directive in asp net?
What is Cookies Less Session?
How can we inherit a static member?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is the best Macanism to clear the Cache in asp.net
What are type/key pairs in client script registration?
what are the web form events available in asp.net?