Pregunta de entrevista de Next Insurance

Given a code in java, describe what it does.

Respuesta de la entrevista

Anónimo

29 de nov de 2018

You should remember that if you class B that extends class A, and you call the B constructor, then by defult, the first thing that the constructor does is to call super().