When Overloading does not occur?
1
More than one method with same name but different method signature and different number or type of parameters
2
More than one method with same name, same signature but different number of signature
3
More than one method with same name, same signature, same number of parameters but different type
4
More than one method with same name, same number of parameters and type but different signature