Variables, Parameters, Arguments: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Java_Language#Method_Parameter|Java Language | Method Parameters]] | |||
* [[Python_Language_Functions#Function_Parameters|Python Function Parameters]] | |||
* [[Java Generics Concepts]] | * [[Java Generics Concepts]] | ||
=Parameter= | =Parameter= |
Revision as of 23:04, 14 September 2021
Internal
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 (type variables), and the arguments are replaced with type arguments.