Re: Difference between function overloading and operator overloading Function overloading (also polymorphisms or method overloading) is a programming concept that allows programmers to define two or more functions with the same name.
Operator overloading is the ability to tell the compiler how to perform a certain operation when its corresponding operator is used on one or more variables. |