Answer Posted / Arun Kumar Shrivastava
In C#, there are two main types of delegation: 'Explicit delegation' occurs when a class implements an interface and hides the method through inheritance. 'Implicit delegation' involves using inner classes or the 'delegate' keyword to create objects that represent other objects and their methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers