What is the use of delegates
Answers were Sorted based on User's Feedback
Answer / maniekb
delegete is a pointer
to the methods.
so... when can be
use:
- to use anonymous
methods
- to use lambda
- to inform methods,
that something happen
- push key on
keyboard - invoke
OnKeyDown method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreeram sahu
if the standard sap events/methods dont fullfill ur
purpose,new events/methods may be added to the given
business object.sap doesnt allow changes to its original
object types.it permits changes by using the concept
of 'delegation'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of web.config?
what is the shortcut key for toolbox and add existing item?
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
How do I know when my thread pool work item has completed?
What is cache coherency and how is it eliminated? : .NET Architecture
What is cookie less session?
Explain the difference between state server and sqlserver : Dot net architecture
Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
Explain 'managed' mean in the .NET context
What is parallel computing?
Explain the types of memory management? : Dot net architecture
Will finally block exec if we write an return statement to a try block???????