Question d’entretien chez S1

How do you prevent a method from being overridden?

Réponse à la question d'entretien

Utilisateur anonyme

16 nov. 2011

to prevent a method from overriding,it must be qualified as final. there is another way for this,it should be qualified as private member.