I am an AP Java Student and I am practicing for my exam. I came across this question and I don\'t understand the answer:
Consider the following classes:
<
The base class must be constructed before the derived class.
First A() is called which calls methodOne() which prints B.
A()
methodOne()
B
Next, B() is called which prints *.
B()
*