In the ___________ design pattern, a chain of processing objects is created where each object contains logic to determine if it can process the request.

  • Factory Pattern
  • Chain of Responsibility Pattern
  • Strategy Pattern
  • Decorator Pattern
The correct option is the Chain of Responsibility Pattern. This pattern creates a chain of objects, each capable of processing a request or passing it to the next object in the chain.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *