出典:Wiktionary
出典:『Wiktionary』 (2025/12/26 20:01 UTC 版)
prototype-based programming (plural prototype-based programmings)
出典:Wikipedia
出典:『Wikipedia』 (2011/05/12 19:52 UTC 版)
Prototype-based programming is a style of object-oriented programming in which classes are not present, and behavior reuse (known as inheritance in class-based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be known as classless, prototype-oriented or instance-based programming. Delegation is the language feature that supports prototype-based programming.