Start your All-Access Pass to unlock this challenge
What is the main purpose of Chain of Responsibility?
To delegate requests to a sequence of handlers where each handler decides whether to process the request or pass it along to the next handler.
To create a chain of command in a class hierarchy.
To encapsulate the business logic into separate classes.
To ensure all handlers are executed in sequence.