What is a package method?
A package method can be called by any class within its package.
This is the default access level if no access level is explicity declared.
The other options for declaring visibility are private, public, and protected.
|
Bookmark What is a Package Method?


