Method and Property Visibility
This lesson discusses access modifiers like public, private and protected and how they affect the visibility of members.
Access modifiers provide access to the variables of a class. In this lesson, we will discuss the three visibility types that you can apply to methods (class/object functions) and properties (class/object variables) within a class. Access modifiers provide access control for the method or property to which they are applied.