parameter
Term: Parameter |
List Pages quick links Quick Links
Relevant Links |
![]() |
In programming, a value passed between programs, subroutines or functions. Although similar to arguments, arguments often contain how-to information where as parameters identify things on which the how-to information is applied. For example, the “paint-it” function accepts the “color” argument and the “item” parameter. When called with “blue” and “door” it returns a “blue door”. |
|
May 20, 2022