Ask a Teacher



please tell me what is meant by function overloading?.

In Java, function overloading is called Method Overloading.

In java method overloading means creating more than one method with same name but with different signature.

i.e., If name of the method remains common but the number and type of parameters are different, then it is called method overloading in Java.



comments powered by Disqus