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 difference between an OS(operating system) and Framework?
What is the difference between WebIntelligence and Designer in creating universes?
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
What is the Difference between in memory database and physical database
3. What is the difference between testing and Quality Assurance?
how will you do destructive read and non destructive read in data queue.....
WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...
What is web.configuration? how is it work? & wht is use this?
how to stop execution of step 3 in a job mainframe
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What are the advantages of Server Controls over HTML/ASP Controls.
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe