Question d’entretien chez Kellton

difference between this and static

Réponse à la question d'entretien

Utilisateur anonyme

25 oct. 2022

The this keyword is used as a reference to an instance. Since the static methods don't have (belong to) any instance you cannot use the this reference within a static method.