Concept
Operator Overloading
Operator
Description
The function of operators (mathematical and otherwise) can be changed. This is called operator overloading.
Notes
You can add these methods on classes to override operator support:
Concept
Operator
The function of operators (mathematical and otherwise) can be changed. This is called operator overloading.
You can add these methods on classes to override operator support: