what are delegates? How you used then in your project?
Answer Posted / shafi syed
Delegates are nothing but refer to methods. so u call the
method through delegate and pass the method as
parameter...that's it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What are the 3 elements of delegation?
What is the use of console application in c#?
Why we need get set property in c#?
What are the classes contained in a single .NET DLL ?
Can we store different data types in arraylist in c#?
What is the purpose of a console table?
What is an ienumerable in c#?
What is the use of parse in c#?
How to reduce image resolution in C#?
Are attributes inherited c#?
If you want to write your own dot net language, what steps you will u take care?
What is different between Boxing and Unboxing?
Why do we use interfaces in c#?
What is difference between tostring() vs convert.tostring() vs (string) cast