13.3.8 Quiz Option E

E. A call to process(map); can be inserted in the process method of SubClass.
image
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