- A mechanism that enables objects to inherit properties and methods from other objects. While every object can only have one prototype object, each prototype object can have a prototype object, too, and so on, making for a chain of inherited properties and methods.
- Previous term: Prototype
- Next term: Prototype pattern
- Random term: Public key infrastructure