Overloading
C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading.
C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading.