E earthkind New member Jun 18, 2018 #1 what is difference between method overloading and method over-riding?
E Elly New member Jul 6, 2018 #2 Method overloading is used to increase the readability of the program. Method overriding is used to provide the specific implementation of the method that is already provided by its super class.
Method overloading is used to increase the readability of the program. Method overriding is used to provide the specific implementation of the method that is already provided by its super class.