-
Notifications
You must be signed in to change notification settings - Fork 56
Parameters
Ori Roth edited this page Apr 2, 2017
·
3 revisions
Spartan programming also dictates that each parameter is passed with least variability and interaction with other components of the program. The following is a list of methods of passing parameter in descending order of preference.
- Input parameters
- Output parameters
- Onput-output parameters
- By-reference parameters
- By-name parameters