Ladys and Gents, please help with the following:
I have an example code:
Output is
SUPER
SUPER 77
SUB77
SUB
I dont understand why! Its seems that SUPER should be printed twice: first when SubClass() is called in the beginning and then because of this() in the SuperClass(). But one of these two options doesn't work. Why? Which one?