Employeur impliqué
What is difference between method overloading and overriding
Utilisateur anonyme
In method overloading the same function can be used for multiple purposes depends on the parameters supplied. Whereas method overriding is nothing but parent class define a method which gets override by the child class. Method overloading happens at compile time (early binding) whereas overriding happens during runtime (late binding)