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 |
HTML is a subset of
code for connection from windows forms to sql server
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
is try block possible without catch block?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
why should i hire u
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
what is the difference between Windows application and Unix application?
3.Give the formula for determine the range of the data type?
what is the difference between read the data from table and infotype
For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!