L
Larry Edelstein
Hi all -
I misused the "super" keyword and I think I should have received an
error, but didn't.
I tried "super.my_method_name(..)" and got strange results. OK, fine,
I'm supposed to say "super(..)" or just "super". But shouldn't I get a
compilation error or something? Is the behavior of
"super.my_method_name(..)" even defined?
-larry
I misused the "super" keyword and I think I should have received an
error, but didn't.
I tried "super.my_method_name(..)" and got strange results. OK, fine,
I'm supposed to say "super(..)" or just "super". But shouldn't I get a
compilation error or something? Is the behavior of
"super.my_method_name(..)" even defined?
-larry