Analysis of information sources in references of the Wikipedia article "멤버 변수" in Korean language version.
A member variable is a member of a class (class variable) or a member of an object instantiated from that class (instance variable). It must be declared within a class, but not within the body of a method of the class.