4 May
2009
4 May
'09
2:50 p.m.
You can supply more parameters than the defined function as long as you explicitly set the rest of the parameters (so when the function with 3 parameters is called it'll supply the other parameters too to the "receiving" function).
Of course, you're right. The parameters will be stored inside the binder, but how can you access/use these extra parameters later?