Invoking Overloaded Methods In Java
July 15, 2010 Leave a comment
Programmers can create number of overloaded methods. But that will not work if the compiler will not be able to get the correct method at correct time in the execution. It is important to know the way how the compiler works when it executes the overloaded methods. Sometimes there can be methods that have the same name with same number of parameters. Then how will the compiler choose the correct one?
Read more of this post