| Instance Variable | 
            The entire body of the class definition in which the instance variable is declared, regardless of where in the class definition the declaration occurs.In other words, a Instance Variable can be used before its declaration as long as it is used in the class that it is declared in.  
                              | 
            Begins when the object of which it is a part of is created and exests as long as its object exists.  |