Answer Posted / venkat2050
delegate is nothing but a wrapper we call any method at
runtime by using the keyword del
we have two class a and b we class the delegetae from one
class to another class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why extension method is static?
What is mvc in c#?
What is decimal in c#?
What is Implicit conversion in C#?
What is method and function in c#?
Explain the difference between private and shared assembly?
What are the drawbacks of extending an interface as opposed to extending a class?
What are the different types of delegates?
How many types of serialization are there in c#?
My switch statement works differently! Why?
What is session state in asp net c# with example?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What exception can an overridden method throw in comparison with the method it is overriding?
Why is static constructor called first?
Does c# have primitives?