C++ Language/ProgramFlow/FunctionOverloading/AcrossInheritance
Appearance
Instead of overloading each other, one function hides the other if it is in a derived-class.
Additional information about hiding instead of overloading (includes interactive examples)