
The Video all about the concept of function overloading in C++.The function overloading or method overloading is a feature that allows creating several methods with the same name but with a different set of arguments and different function definition for each. In this video a program is also used to describe function overloading more clearly.