Variables, Parameters, Arguments: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "This terminology applies to Java method invocations, Python method invocations and even Java generics, where the ordinary parameters and variables are replaced with type param...")
 
No edit summary
Line 1: Line 1:
=Parameter=
=Variable=
=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, and the arguments are replaced with type arguments.
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, and the arguments are replaced with type arguments.

Revision as of 23:00, 14 September 2021

Parameter

Variable

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, and the arguments are replaced with type arguments.