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 |
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
code for connection from windows forms to sql server
what is woransient key word? how it is used in java
what is the difference between set and append?
Explain polymorphism. Provide an example.
What function would you use to extract characters from a given string?
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
technical interview questions and process
What is nocopy in plsql?
What is the client concept in SAP? What is the meaning of client independent?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Data structure used to impliment a menu: