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.
...全文
1453打赏收藏
JAVA se笔记分享
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.