What is the difference between function overloading and operator overloading?
Vishalini.R Answered question June 28, 2023
Overloading a function involves giving it greater functionality with a single name. Operator overloading refers to the addition of additional functionality for a specific operator. When an operator is overloaded, it takes on several meanings depending on the kind of operand.
Vishalini.R Answered question June 28, 2023
