You are not logged in. Lock_open    

Browse tutorials by Tag - avoid

Instance Variable Masking (Eclipse) Time: 3:46 Gb
Average:
  • Currently 3.4/5 Stars from 84 ratings
  •  
  •  
  •  
  •  
  •  
84 ratings
Your Rating:
  • Currently 0.0/5 Stars from 84 ratings
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Logic Error Classes Eclipse
Description: click for more...

Shows what happens when a local variable in a method has the same name as an instance variable in your class and provides 2 ways to fix this problem (instance variable masking).