Local Variables and Access Modifiers
keeking
2009-12-23 20:10:32
Linux操作系统
原创
There is never a case where an access modifier can be applied to a local variable. In fact, there is only one modifier that can ever be applied to local
variables—final.
protected ,default on class member
Nonaccess Member Modifiers