You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this property set to private and not protected? I would like to use this property in my child class. Will access to this property modify the operation of the parent class too much? Not sure were this stands on the open/closed principle.