検索結果- 英語 - 多言語
検索内容:
builder patterns
plural of builder pattern
builder pattern
(software, object-oriented programming) A creational design pattern that intends to abstract steps of construction of objects so that different implementations of these steps can construct different representations of objects.
prototype patterns
singleton pattern
(software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object.
bridge patterns
plural of bridge pattern
composite pattern
(software, design) A structural (and partitioning) design pattern where a group of objects are to be treated in the same way as a single instance of an object.
multiton pattern
(software, object-oriented programming) Synonym of multiton
prototype pattern
(programming) A creational design pattern that determines the type of objects to create by a prototypical instance, which is cloned to produce new objects.