Swift program to implement function overloading based on the different order of arguments
belongs to collection: Swift Function Overloading Programs
All Answers
total answers (1)
belongs to collection: Swift Function Overloading Programs
total answers (1)
Program/Source Code:
The source code to implement function overloading based on a different order of arguments is given below. The given program is compiled and executed successfully.
Output:
Explanation:
In the above program, we imported a package Swift to use the print() function using the below statement,
Here, we created two printNum() functions with different order of arguments to implement function overloading. Then we called both functions with some values and printed the result on the console screen.
need an explanation for this answer? contact us directly to get an explanation for this answer