Definitions for "Member variable"
A variable with the following characteristics: The variable is declared inside a class declaration. A member variable specifies a piece of data that can be stored by an object instantiated from that class.
a member of a class ( class variable) or a member of an object instantiated from that class ( instance variable)
a member of a class or an object and is declared within a class (but not within any of the class's methods)