There are several kinds of variables:
Member variables in a class—these are called fields.
Variables in a method or block of code—these are called local variables.
Variables in method declarations—these are called parameters.
и кстати, где здесь "виды переменных-членов"? я вижу только "переменные-члены" в 1 строке списка, а дальше слово "член" куда то исчезло