Question d’entretien chez Next Insurance

Given a code in java, describe what it does.

Réponse à la question d'entretien

Utilisateur anonyme

29 nov. 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().