Answer Posted / monu sharma
Delegate is the reference for number of functions having
same signature (Return type and Number of parameters for
the methods should be same ).Delegate is the collection of
functions and pointers that hold in delegate.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of interface in c#?
What is the difference between // comments, /* */ comments and /// comments?
What is difference between a constant and read-only in C#?
What is difference between method overriding and method overloading?
When Should You Call The Garbage Collector In .net?
What is int parse in c#?
What is the difference between static class and sealed class in c#?
What is the difference between string keyword and system.string class?
What are modifiers in c#?
What are custom exceptions in C#?
Why do we use Design Pattern in C#?
Explain the difference between private and shared assembly?
What is constructor overloading in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Why interface is required?