CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Actual/Formal Param Correspondence
Two basic choices:
Positional
Keyword
Sort (List => A, Length => N);
For named association:
Advantage: order is irrelevant
Disadvantage: user must know the formal parameter's names