Question d’entretien chez UST

What is the difference between instance variable and local variable?

Réponse à la question d'entretien

Utilisateur anonyme

31 déc. 2019

Local variable is the variable which is declared inside a method while instance variable is the one which is declared outside the method but inside the class.