Question: DRY (Don't Repeat Yourself) is a principle of software development aimed at reducing repetition of software patterns. Which choice is not a way to write DRYer code with PHP?

  1. inheritance
  2. classes
  3. namespacing
  4. dependency injection

Answer: The correct answer of the above question is Option C:namespacing