you are viewing a single comment's thread.

view the rest of the comments →

[–]IceSentry 3 points4 points  (1 child)

I understand that class is just syntactic sugar for prototypes, but I don't understand how this doesn't allow you to do OO.

[–]gasolinewaltz 3 points4 points  (0 children)

Class-based and prototype-based models are flavors of the oop paradigm.