13.3.8 Quiz Option E

thumb
E. A call to process(map); can be inserted in the process method of SubClass.
Status:
Fixed
Fixedinbuild:
1.10
Newtext:
E. A call to super.process(map); can be inserted in the process method of SubClass.
Comments:
process(map) should be changed to super.process(map).
Reportedby:
DazedTurtle

 Back