Classification - Methods of Functions
Classification - Methods of Functions
RECAP
• Function
• Types of Functions
• Parts of a Function
Contd..
Classification of Functions
Calling Function & Called Function
1.Calling Function:
A function which executes the function call
1
i.e., When a program calls a function, the
program control is transferred from the
calling function to the called function
2. Called Function:
A called function performs the defined task
and returns the program control back to the
calling function.
Categories of Functions
Functions are categorized into 4 types: