prototype-based programming
A programming style, where inheritance is achieved by using existing objects by means of delegation that act as prototypes.
Noun
- A programming style, where inheritance is achieved by using existing objects by means of delegation that act as prototypes.
Hypernyms: computer programming
Coordinate Terms: class-based programming