Concept
Prototype
Books
Journey Statusmastered Tags
An object that serves as a template for creating other objects through cloning, used in prototype-based languages like JavaScript as an alternative to class-based Inheritance, generalizing class-based inheritance.