|
| Total Answers and Comments: 4 |
Last Update: May 07, 2008 Asked by: S.N.Prasath |
|
| | |
|
Submitted by: Sunil One can overload the methods, only by 1. Change in number of arguments.2. Change in type of arguments.And NOT on return type. Hence in the above case, you cannot overload "example(int x)" method by changing its return type
Above answer was rated as good by the following members: kumpsath | Go To Top
|