Answer:
Infinite recursion
Step-by-step explanation:
Infinite recursion as the name implies, is a case whereby their is an infinite recursion of event happening in a programming, it will continue to happen endlessly and it happens when recursive function fails to stop, the above question shows how failure to prefix the superclass method name with the keyword super and a dot (.) in the superclass method call caused a failure in the programming and there was infinite recursion. It will only be stop when and external force is applied to it like removing the plug from the switch.