Encapsulation Nathaniel Sellers - acorrell5106/preAPCS-1516 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.