From: Eric C. <ech...@gm...> - 2010-03-20 20:56:04
|
On Fri, Mar 19, 2010 at 5:15 AM, Allison Newman <dem...@ma...> wrote: > Yup, its a bridge thing. You'll notice that the init method that I defined > in the last post does the same thing as the hillegass example. As long as > you stay on one side of the bridge or the other, you can do as you please, > but as soon as you cross the bridge using super_ you have to keep the same > signature. Is the bridge also the reason you can't just use super(...)? |