Jisho

×
Chain of Responsibility
Wikipedia definition
1. Chain-of-responsibility patternIn Object Oriented Design, the chain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contains logic that defines the types of command objects that it can handle; the rest are passed to the next processing object in the chain. A mechanism also exists for adding new processing objects to the end of this chain.
Read “Chain-of-responsibility pattern” on English Wikipedia
Read “Chain of Responsibility パターン” on Japanese Wikipedia
Read “Chain-of-responsibility pattern” on DBpedia

Discussions

to talk about this word.