Answer Posted / anuj
Delegate is a class having no body, whose object can store
the reference of method of some another class...
example :
public delegate void del();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between // comments, /* */ comments and /// comments?
What is boolean method?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Is c# front end or back end?
What is console application with example?
Are c# generics the same as c++ templates?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Can a constructor be private in c#?
What is session variable in c#?
What is the difference between func and action delegate?
Explain namespaces in c#.
Can a dictionary have duplicate keys c#?
Why abstraction is used in c#?
What is semaphore in c#?
What is static classes?