What is function overloading ?
Function Overloading
When multiple functions declared in the same scope having same name but differ in arguments passed to it (number of arguments , type of arguments ) it is known as function overloading.
The key to function overloading is a func...
sayam-blogs.hashnode.dev1 min read