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 delegates in c# and uses of delegates?
Is dictionary a collection?
Can you access a hidden base class method in the derived class?
Describe the overview of clr integration.
What is the difference between function and method in c#?
What are the different types of classes in c#?
Can we override interface methods in c#?
Explain the OOPS concept in C#?
Why do we use polymorphism in c#?
Can datetime be null c#?
What does console readline do in c#?
Are there functions in c#?
Explain About namespaces
Structs are largely redundant in c++. Why does c# have them?
What is c# commonly used for?