Suppose s₁ and s₂ are two strings. Which of the following statements or expressions is incorrect?
a) s₁ + s₂
b) s₁.concat(s₂)
c) s₁ - s₂
d) s₁.length > s₂.length