Archive for July, 2010

JavaScript Object Oriented Programming – Prototypal Inheritance

July 21st, 2010 by JorisO | 1 Comment | Filed in JavaScript

prototypal

Although conceptually simpler than classical model – the prototypal model offers much more flexibility in the implementation of inheritance, making it easier for for a variety of more complex code reuse patterns to evolve.
(more…)