From szabgab.com:
In most of the programming languages the type of the operands defines how an operator behaves. So "adding" two numbers does numerical adding while "adding" two strings together concatenates them.
From szabgab.com:
In most of the programming languages the type of the operands defines how an operator behaves. So "adding" two numbers does numerical adding while "adding" two strings together concatenates them.