It's actually from SCJP 6 StudyGuide Exam310-065(MGH,2008)
The call to super() in Kinder class constructor seems to be redundant because of:
- quote from the book: i.e. that there is no need to type super() explicitly, as this can be done by compiler
- the compiler accepts very well version without call to super()
The question is, if authors made some mistake in this question or am I missing something (more likely)