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).

  1. Discrimination Criteria
  2. Across Inheritance