operator + abstract method

String operator +(
  1. Object other
)

Concatenates this translation text with another object.

Implementation

String operator +(Object other);