Strategy パターン
1. Strategy patternIn computer programming, the strategy pattern (also known as the policy pattern) is a particular software design pattern, whereby algorithms can be selected at runtime. Formally speaking, the strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
Read “Strategy pattern” on English Wikipedia
Read “Strategy パターン” on Japanese Wikipedia
Read “Strategy pattern” on DBpedia
Read “Strategy pattern” on English Wikipedia
Read “Strategy パターン” on Japanese Wikipedia
Read “Strategy pattern” on DBpedia
Discussions
Log in to talk about this word.