Question: You want to encapsulate a command request as an object. Which design pattern best fits this objective?

  1. Command
  2. Iterator
  3. Facade
  4. Observer

Answer: The correct answer of the above question is Option A:Command