Variables, Parameters, Arguments: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* [[Python_Language_Functions#Function_Parameters|Python Function Parameters]] | * [[Python_Language_Functions#Function_Parameters|Python Function Parameters]] | ||
* [[Java_Generics_Concepts#Type_Parameters|Java Generics Concepts | Type Parameters]] | * [[Java_Generics_Concepts#Type_Parameters|Java Generics Concepts | Type Parameters]] | ||
=Variable= | |||
=Parameter= | =Parameter= |
Revision as of 18:36, 17 August 2023
Internal
- Java Language | Method Parameters
- Python Function Parameters
- Java Generics Concepts | Type Parameters
Variable
Parameter
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.