Joining two strings with the plus operator in Python

Question:
Joining two strings with the + operator is called...

  1. A string method
  2. String slicing
  3. String indexing
  4. String concatenation
Answer:
D - is the correct answer