top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why method overloading is not possible by changing the return type in java?

0 votes
488 views
Why method overloading is not possible by changing the return type in java?
posted Apr 7, 2016 by Karthick.c

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

In java, method overloading is not possible by changing return type of method because their may occur ambiguity while calling that method.

answer Apr 21, 2016 by Veereshkumar Swamy
...