Question d’entretien chez Experian

Inheritance can be stopped or not?

Réponse à la question d'entretien

Utilisateur anonyme

19 janv. 2017

You can make parent class final so that final key word do not allow sub class to inherit anything from parent

1