Answer Posted / Neeraj Kumar Kashyap
In C#, the three elements of delegation are:n1. Delegate: A type that references a method.n2. Method: The function that is referenced by the delegate.n3. Instance: An object that the delegate operates on.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers