C++ Language/ProgramFlow/FunctionOverloading/AcrossInheritance

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)

Category:Book:C++ Language#ProgramFlow/FunctionOverloading/AcrossInheritance%20
Category:Book:C++ Language