C++ Language/ProgramFlow/FunctionOverloading
"Overloaded" functions are multiple function implementations that all share a common name. They each have their own unique "signature" (the types of the parameters).
C++ Language |
"Overloaded" functions are multiple function implementations that all share a common name. They each have their own unique "signature" (the types of the parameters).