出典:Wiktionary
出典:『Wiktionary』 (2025/02/20 04:05 UTC 版)
prototype pattern (plural prototype patterns)
出典:Wikipedia
出典:『Wikipedia』 (2011/04/26 19:03 UTC 版)
The prototype pattern is a creational design pattern used in software development when the type of objects to create is determined by a prototypical instance, which is cloned to produce new objects. This pattern is used to: