An instance variable (x) is a variable that is local to an instance. Neither the class nor any other instance can access that variable. stackoverflow 
An instance variable (x) is a variable that is local to an instance. Neither the class nor any other instance can access that variable. stackoverflow 