Concept Flow - Public access modifier
Declare public class or member
Accessible from anywhere
Use in same class, package, or other packages
No access restrictions
Program runs
The public access modifier allows classes, methods, or variables to be accessed from any other class or package without restriction.
