1
vote
What’s the point of OOP?
The point of OOP is to give the programmer another means for describing and communicating a solution to a problem in code to machines and people. The most important part of that is the communicati …
6
votes
Object Oriented questions in Javascript
If you want to do OOP in JavaScript I'd highly suggest looking up closures. I began my learning on the subject with these three web pages:
…
