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 meaning of int parse in c#?
What is difference between ienumerable and ienumerator in c#?
What is instantiating a class?
What is a variable in c#?
What are the Types of compatabilities and explain them
What is “using” statement in c#?
What are the steps for creating clr trigger
what is a static constructor?
What do you mean by a windows process in regards to memory allocation?
Name the connections does microsoft sql server support?
What is enum in c#?
Which framework is best for desktop application?
how to prevent a class from being inherited in c#.net?
What is a delegate in c#?
What is the difference between static class and singleton class in c#?