Saved Bookmarks
| 1. |
What Do You Mean By Function As Value In Go? |
|
Answer» GO programming language provides flexibility to CREATE FUNCTIONS on the fly and use them as values. We can SET a variable with a function DEFINITION and use it as parameter to a function. Go programming language provides flexibility to create functions on the fly and use them as values. We can set a variable with a function definition and use it as parameter to a function. |
|