InterviewSolution
Saved Bookmarks
| 1. |
Can A Method Be Overloaded Based On Different Return Type But Same Argument Type ? |
|
Answer» No, because the METHODS can be CALLED without using their return type in which CASE there is ambiquity for the COMPILER No, because the methods can be called without using their return type in which case there is ambiquity for the compiler |
|