What is the difference between private and protected.
Anonymous
Private variables, are variables that are visible only to the class to which they belong. Whereas Protected are visible both class to which the belong as well as to its subclasses.
Check out your Company Bowl for anonymous work chats.