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).
Tag: modifier
Categories
The modifiers of a Java class
The modifiers of a Java class are:
- public
- abstract
- final
- strictfp