Pergunta de entrevista da empresa SrinSoft Technologies

What do you understand by an instance variable and a local variable?

Resposta da entrevista

Sigiloso

18 de jan. de 2025

Instance variables are those variables that are accessible by all the methods in the class. They are declared outside the methods and inside the class. These variables describe the properties of an object and remain bound to it at any cost