Categories of Functions

Cards (2)

  • Categories of Functions
    • Void Functions - a function that does not return any value to the calling function.
    • Value-Returning Functions - a function that returns a value to the calling function.
    • Functions with Parameters - a function that receives an argument as input from the calling function.
    • Functions without Parameters - a function that does not receive any arguments from the calling function.
  • Categories of Functions
    • Void Functions - a function that does not return any value to the calling function.
    • Value-Returning Functions - a function that returns a value to the calling function.
    • Functions with Parameters - a function that receives an argument as input from the calling function.
    • Functions without Parameters - a function that does not receive any arguments from the calling function.