12 Dec 2011
(Link to this post)
I would like to know is it possible to override methods on a class.
I'm thinking of creating a form container class (eg MyForm.js) with some helper methods.
Then I want to create another container (eg MyBigForm.js) which inherits MyForm and override the helper methods. Is that possible?