Skip to main content

One doc tagged with "overload-resolution"

View all tags

Function Overloading

Function overloading allows multiple functions with the same name but different parameters. The compiler selects the best match based on arguments.