Variables, Parameters, Arguments
Jump to navigation
Jump to search
Internal
- Java Language | Method Parameters
- Python Function Parameters
- Java Generics Concepts | Type Parameters
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.