March 2018
Beginner to intermediate
458 pages
10h 34m
English
As we discussed earlier about HOF, function composition means getting two functions together to create a third new function where the output of a function is the input of another function.
There are n number of functional programming features. Functional programming is a technique to solve problems and write code in an efficient way. It is not language-specific, but many languages support functional programming. We can also use non-functional languages (such as C#) to write programs in a functional way. F# is a Microsoft programming language for concise and declarative syntax. We will learn more about F# in the next section.
Read now
Unlock full access