Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 32)
32.
What does the term "function overloading" mean?
Defining multiple functions with the same name but different parameters
A function calling itself
The process of reducing the size of a function
Using multiple functions to overload the program
Answer: Option
Explanation:
Function overloading in Python involves defining multiple functions with the same name but different parameters.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.