Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Call

Call

A call is the invocation of a function or method.

Related concepts:  FunctionMethodReturn

Closest Wikipedia entry:  Subroutine

Authoritative Definition

Wikipedia does not necessarily offer the best fitting definition of a concept. The exact meaning we attribute to the concept of Call is based on principled authoritative sources such as:

Types and Programming Languages - Section 5.1

Misconceptions about Call
47 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
CallbackParametersInCaller
Parameters of a callback function may be written as parameters of the caller function
Misconception
FunctionAsValueWithParentheses
To use a function as a value, one needs to have parentheses after its name
Misconception
FunctionsCannotBeImmediatelyInvoked
Functions cannot be called in the expression in which they are defined
Misconception
NoFunctionCallsChaining
It is not allowed to chain function calls
Misconception
NumberOfParametersMatchArguments
Functions must be called with the same number of arguments as defined in their signature

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors