Saved Bookmarks
| 1. |
What Is Automatic Generalization In F#? |
|
Answer» When CODE does not specify any type explicitly then the compiler considers generic type. This is CALLED automatic generalization. It helps to WRITE generic code without INCREASING COMPLEXITY. When code does not specify any type explicitly then the compiler considers generic type. This is called automatic generalization. It helps to write generic code without increasing complexity. |
|