Using inheritance and understanding "super()".
Submitted by jab2565 on Sat, 08/16/2008 - 22:09.
It has been awhile since I last check here, after spending some time on a job hunt I decided to restart my AS3.0 training. I'm no longer stuck on the concept of "this", but I've ran into a problem using inheritance. I understand the concept of it, along with extend, and override, but Super isn't clicking. I understand the use of super.methodname for the subclass to call a method of the superclass. I'm not getting the use of just super(), and why you need it . Would anyone be able to explain this in more detail for me ?
thanks.
Copyright Gary Rosenzweig
