OOPs Tutorials | function overloading in c++ By - NP Rijal (nepali)
Function overloading : - Function that share the same name are said to be overloaded functions and the process is referred to as function overloading. i.e. function overloading is the process of using the same name for two or more functions.