Is it compulsory to keep return type of functions same in function overloading ? code example
Example: does overloading method can have different return type
return type can be same or different
in method overloading
but you can't have same parameters