What is Method overloading? Posted on February 21, 2012 by admin What is Methods overloading? ” In method overloading we can make the methods with the same name but with different parameters. When we call a function then C++ compiler matches the name and then number of parameters and type of parameters with the function definition.