Variables, Parameters, Arguments: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


=Parameter=
=Parameter=
Method parameters in various languages:
Function parameters in various languages:
* [[Java_Language#Method_Parameter|Java method parameters]]
* [[Java_Language#Method_Parameter|Java method parameters]]
* [[Python_Language_Functions#Function_Parameters|Python function parameters]]
* [[Python_Language_Functions#Function_Parameters|Python function parameters]]

Revision as of 18:52, 17 August 2023

Internal

Variable

Variables in various programming languages:

Parameter

Function parameters in various languages:

Argument

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.