Skip to main content Skip to docs navigation

Prototype-Based Programming

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, adding them to an empty object.

On this page

Updated on April 20, 2024 by Datarist.