Skip to main content

One doc tagged with "Operator Overloading"

View all tags

Operator overloading

Operator overloading allows you to redefine the way operators work for user-defined types (classes and structs). It enables you to specify more intuitive ways to perform operations on objects of your classes.