function overloading concept in java
Method Overloading is a feature that allows a class to have two or more methods having same name, if their argument lists are different.
Method Overloading is a feature that allows a class to have two or more methods having same name, if their argument lists are different.