Two methods will be treated as overloaded if both follow the mandatory rules below: Both must have the same method name. Both must have different argument lists.
What are method overloading rules?
Two methods will be treated as overloaded if both follow the mandatory rules below: Both must have the same method name. Both must have different argument lists.