In programming, a call refers to invoking or executing a function or method. It is the action of transferring control from one part of the program to another part that performs a specific task.
Related terms
Function: A self-contained block of code that performs a specific task and can be called from other parts of the program.