what is delegats ?
Answers were Sorted based on User's Feedback
Answer / ravi sachdeva
A delegate object encapsulates a reference to a method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shankar0975
To put it in simple words, a delegate is a function pointer.
It can be used in the code such that it will reference to a
particular function.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / @tul
Delegate is a referance type variable that hold the reference to a method.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nadeem khokhar
we can pass a whole function to a delegate as a parameter and also can define its body over there. i don't know the exact code but similar to this
draw(print(){
int a=5;
console.WriteLine(a);
})
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the diffrence between occur 0 and occur 10 in ABAP.
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
how can i apply validation without using errorprovider in C# windows application
What is Console Application? & The purpose Of Console Application? with description.
SAS using companies in INDIA
29 Answers Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
what is throws keyword
how to stop execution of step 3 in a job mainframe
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
How do i find out the number of parameters passed into function?
what is the purpose of checked Menu options