+ 1
What do you mean by overloading of function
x,y,z
2 Respostas
+ 1
giving the same name to functions with different signature (different argument or return type).
0
it means that you can make several functions with the same name but they should differ in the number of arguments or the type of the arguments or in the return type of the function when it comes to functions that return a value.