named parameter
Jump to navigation
Jump to search
English
[edit]Noun
[edit]named parameter (plural named parameters)
- (programming) A parameter that is passed by name, rather than by position, in a function call.
- In the function call foo(3, 6, type="bar"), type is a named parameter.
Coordinate terms
[edit]Translations
[edit]parameter passed by name