Operator Overloading In C++
Dec 24, 2021 · 5 min read · Abstract : In C++, we can have more than one definition of an operator. In other words, the same operator can be used for multiple data types. Operator overloading is used to redefine an operator. Scope : This article defines what an operator is and...
Join discussion
