In this post I will cover the following topics:
Understanding how the prototype works
Using the prototype for inheritance
The Inherit Function
Overriding methods
In one of my previous post i talked about Object Oriented Javascript , where i mostly talked about class encapsulation. In this post i would like to advance to another important issue [...]