C++ Language/ProgramFlow/FunctionOverloading

From Wikibooks, open books for an open world
Jump to navigation Jump to search

"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