Question: JAVA CODING: (3) (10 points/2 points each) Calling super() and position of super() question. Find the program chess.java in the same place as the last
JAVA CODING:


(3) (10 points/2 points each) Calling super() and position of super() question. Find the program chess.java in the same place as the last two questions. Load it and run it. You should see this: Game constructor BoardGame constructor with i 99 Chess constructor e constructor with i - // Add your answers as comments onto the code and submit it What does the super(i) do in line 16? Comment out super (i) in the BoardGame class, the compiler complains...! Why? Without uncommenting the (super (i)) back, how will you fix it (so the compiler would not the complaint )? What does super (99) in the chess class do? Put everything back the way it was (before step 1), now move super(i) (line 16) to below the print (... ) line, the compiler complains!! Why? 1. 2. 4. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
