Answers

Question and Answer:

  Home  Programming

⟩ Can a method be overloaded based on different return type but same argument type in programming?

No, method can not be overloaded because the methods can be called without using their return type in which case there is ambiguity for the compiler in programming languages.

 193 views

More Questions for you: