CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Parameters and Parameter Passing
Semantic Models: in mode, out mode, inout mode
Conceptual Models of Transfer:
Physically move a value
Move an access path
Implementation Models:
Pass-by-value
Pass-by-result
Pass-by-value-result
Pass-by-reference
Pass-by-name