Aug 23, 2017 · 1 min read
Quite the opposite. Object prototypes are much more primitive than class-based OOP.
Object prototypes are only popular in JavaScript. No other major programming language uses object prototypes. In fact, the only other language of note that uses prototypes is Lua, and it’s not that significant.
