If class A's constructor calls class A's main(), and class A's main() calls class A's myFunction(), what happens if class B extends A, overrides myFunction(), and then calls super() ?
Is the overridden myFunction called or the original?

- Andreas
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to