J
jvivenot
Hi
I'd like to know something :
Lets say I have two classes A and B, where A is B's superclass. B's
initialize method initialize her own variables, but how could I do in
order to run A.initialize before B.initialize when I write B.new ?
I hope my text is understandable.
Thanks everyone.
Bye
Julien Vivenot
I'd like to know something :
Lets say I have two classes A and B, where A is B's superclass. B's
initialize method initialize her own variables, but how could I do in
order to run A.initialize before B.initialize when I write B.new ?
I hope my text is understandable.
Thanks everyone.
Bye
Julien Vivenot