Saved Bookmarks
| 1. |
What Is Delegate In F#? |
|
Answer» In F#, delegates are reference TYPES. It allows US to call FUNCTION as an object. It is a feature of this language. It gives advantage over the other FUNCTIONAL programming languages. In F#, delegates are reference types. It allows us to call function as an object. It is a feature of this language. It gives advantage over the other functional programming languages. |
|