JavaScript and Object Oriented Programming
JavaScript's object oriented programming techniques are quite unique.
This tutorial is an attempt to introduce you to OOP in JavaScript.
Creating subclasses of a class is what makes object oriented programming so powerful.
Unfortunately, JavaScript does not have full built-in support for the style of OOP
that you may be accustomed to in Java, or C++.