Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Parameter

Parameter

A variable holding an argument received by a function.

Related concepts:  ArgumentFunctionVariable

Closest Wikipedia entry:  Parameter (computer programming)

Misconceptions about Parameter
11 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
CallbackParametersInCaller
Parameters of a callback function may be written as parameters of the caller function
Misconception
FunctionOverloading
It is possible to create multiple functions with the same name but with different signatures
Misconception
NumberOfParametersMatchArguments
Functions must be called with the same number of arguments as defined in their signature
Misconception
ObjectAsParameterIsCopied
Objects are passed by value

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors