Michael Geary wrote:
It may be interesting to note that Doug no longer favors that approach. He
now prefers a much simpler technique that works directly with JavaScript's
prototype system instead of trying to turn it into classical inheritance:

http://javascript.crockford.com/prototypal.html
Thanks Mike. Unfortuanetely that still leaves open the question of method overriding and calling super methods. Maybe I'm just too used to Java class system and therefore can't see how to effectively replace those calls with something appropiate in JavaScript.

--
Jörn Zaefferer

http://bassistance.de

Reply via email to