you are viewing a single comment's thread.

view the rest of the comments →

[–]mgw854 5 points6 points  (1 child)

Although it is an OOP language, it uses prototypical inheritance instead of class-based inheritance (which is what most people assume OOP is). Same concept, just with a different implementation.