January 2018
Intermediate to advanced
434 pages
14h 1m
English
This recipe can be thought of as an extension to the previous recipe, Specifying default values in functions. Default parameters and named arguments in the function together can bring down the number of method overloads by a huge amount. We've already seen how to use default parameters in functions; now, let's see how to use name arguments.
Read now
Unlock full access