what are delegates? How you used then in your project?
Answer Posted / lavanya
Delegates are pointers to functions
we pass the address of a method along with the
parameters that we want call
ex:
public delegate void delg1(string s)
we call this delg1 as
del=delg1(h1);
del("hello")
here h1 is a method
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Write a short note on interface?
How do you prevent a method from being overridden in c#?
What are the Uses of CLR
What is datagridview in c#?
What is difference between ienumerable and enumerable in c#?
Difference between value and reference type. What are value types and reference types?
How can i Spawn a Thread
how to stored and retrive video in Sql server using asp.net c#......?
Is there throws keyword in c#?
What is an assembly qualified name? Is it a filename? How is it different?
Is c# scripting language?
What is a method signature?
Can I fly with a loop recorder?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
How we convert private assembly into public assembly?