method overloading java
Method Overloading Method Overloading is multiple methods with same name but different parameters It is also knwon as compile time polymorphism Rules for method overloading : Methods should be in same class Methods should have same name but different parameters All those methods should have same return type Example : public class Test { public