Tag: modifier
-
The access modifiers of methods and variables of a java class
In this article I explain how to set the visibility of methods and instance variables, ie those variables declared outside of any method (the variables declared within a method are called local variables and they are visible in the method only).