Prototype-based programming is a style of object-oriented programming in which classes are not explicitly defined, but rather derived by adding properties and methods to an instance of another class or, less frequently, add them to an empty object.
Learn More
General knowledge
- Prototype-based programming on Wikipedia