When redefining operators, implement named methods to provide access to the operator functionality from languages that do ...

When redefining operators, implement named methods to provide access to the operator functionality from languages that do not support operator overloading. For example, the functionality of the '+' operator should also be accessible using an 'Add' method.