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 abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
preorder of A*(B+C)/D-G
What are the limitation in using querystring in .net?
What's the difference b/w Table & Templete in Smartform?
Is the IT field raise again? What is the position of IT after 4 years?
Is class is a abstract datatype in java?
What are the tasks performed by a Team Lead
whats the Need for Concurrency control
How to print No.of.rows affected after updation using ADO.Net
how many types of operating system are avaliable?
what does mean and stack mean in genral programming?
what is integration testing in real time applications?