I know that in C# it is possible to define optional parameters. My question is directed at how flexible this is.
Let f be a function as below, with a
You use named parameters:
f( a:100, c:300);