Can methods be overloaded based on the return types ?
No! Methods can\'t be overloaded based on the return type.For methods overloading you must change the argument list.
You can change the number of parameter passed or their data types.The return type may be the same, doesn\'t matter.