Computer Science, asked by QWERTYSLN580, 1 year ago

What is assembly and delegates in C#? Explain with example.

Answers

Answered by Student213
0

Represents a delegate, which is a data structure that refers to a static method or to a class ... Assemblies: System. ...... The following example shows how to define a delegate named myMethodDelegate .

Answered by Aagmansriva993
0

Simple Delegates With Examples in C# ... Delegates are similar to C++ function pointers, but are type safe. Delegates allow methods to be passed as parameters. Delegates can be used to define callback methods

Similar questions