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
What is difference between il and dll ?
What does it mean to override a method?
What is data binding with example?
What is system console writeline in c#?
Is arraylist faster than linkedlist?
Why do we use void in c#?
Explain the difference between arraylist and array and in c#?
What are abstract classes in c#?
Is c# and .net same?
Why var is used in c#?
What is cache memory in c#?
Which is faster array or arraylist in c#?
What is method in c#?
What are reflections in c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?