Content deleted Content added
m →Operator methods: decapitalise |
|||
Line 139:
===Operator methods===
Operator methods [[Operator overloading|define or redefine operator symbols]] and define the operations to be performed with the symbol and the associated method parameters. C++
<syntaxhighlight lang="cpp">
#include <string>
|