String :: operator+ - Concatenates two Strings
This operator is implemented for convenience fulfilling the method concat(). The function concatenates the left and right operator and returns the result in a new String object.
Return value: String value ( odaba::String & )