Encapsulation Nathaniel Sellers - ZachZimmerman/preAPCS-4th-1415 GitHub Wiki
Making a variable private then using a method to make it public. This helps to make it so the code is nice and simplified. This also gives us a chance to use a action to make a new method that helps keep the private methods to the code.