أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
In Overriding methods it will create two or more methods with same name and same parameter in different classes.while Overloading it will create more then one method with same name but different parameter in same class.
Overriding: means that we inherit the method but with new implementation.
Overloading: use the same method name with different signature (return type , parameters number , parameters type)