Access modifiers: public vs. private
In the previous tutorials, we used the public access modifier in front of the methods and properties in our classes without any explanations. The public access modifier is only one of several modifiers that we use....