Variables, Parameters, Arguments: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
* [[Python_Language#Variables|Python variables]]
* [[Python_Language#Variables|Python variables]]
* [[Go_Language#Variables|Go variables]]
* [[Go_Language#Variables|Go variables]]
* Bash variables
* [[Bash_Parameters_and_Variables#Parameters_and_Variables|Bash variables and parameters]]


=Parameter=
=Parameter=

Revision as of 18:56, 17 August 2023

Internal

Variable

Variables in various programming languages:

Parameter

Function parameters in various languages:

Argument

Function arguments in various languages:

Discussion

This terminology applies to Java method invocations, Python method invocations and even Java generics, where the ordinary parameters and variables are replaced with type parameters (type variables), and the arguments are replaced with type arguments.