Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

(Task: copy polymorphic object)
Line 48:
:Isn't this already accomplished in [[Creating a Function]]? --[[User:Mwn3d|Mwn3d]] 15:51, 1 June 2008 (MDT)
::Probably means smalltalk style parameter passing (but without defined order) i.e [mymethod myarg1: 'One' myarg2: 'two'] [[User:Rahul|Rahul]] 20:24, 7 October 2008 (UTC)
:::Looks like language specific implementation of passing parameters, not a programming task.
* optional arguments (defining a procedure which has optional arguments or arguments with default values)
 
Anonymous user