Difference between function overloading and function overriding | overloading and overriding in c++
Function overloading is a feature of object oriented programming where two or more functions can have the same name but different parameters.