Prototype-Based Programming

November 21, 2006 / General Discussion

It is programming that mainly focuses on the style of objects in which classes do not exist. It also involves replicas of the existing objects which serve as prototypes.

It also known as prototype-oriented, class-less, and instance-based programming. David Ungar and Randall Smith’s programming languages are very common in these kinds of programming languages.