検索結果- 英語 - 多言語
検索内容:
class adapter pattern
(software, object-oriented programming) An adapter pattern where the adapter is created by implementing or inheriting both the interface that is expected and the interface that is pre-existing.
class adapter patterns
template method patterns
template method pattern
(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.
lazy initialisation pattern
(software, design) Synonym of lazy initialisation
object pool patterns
lazy initialisation patterns
object pool pattern
(programming) A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand.
front controller pattern
(software, design) A structural (and partitioning) design pattern that provides a centralized entry point for handling requests and is an extension to the model-view-controller design pattern.