Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Re: clarify the doubt about accesing instance variable and local variable

    What code? He's asking about a general, obvious concept. I'm all for showing code, but in this case, it's not necessary.
  2. Re: clarify the doubt about accesing instance variable and local variable

    That's not actually true. Local variables (variables inside methods) do not get automatically initialized like class variables do. That's the source of the "variable may not have been initialized"...
Results 1 to 2 of 2