What do you understand by Method Overloading ?


Method overloading is a logical method of calling several functions with arguments and data types that perform basically identical things by the same name. Suppose we want to find average of integers and floating point numbers, we can give same name. Also, we can have function with same name but different number of arguments.

Post a Comment

0 Comments