Hi There!!
In this lecture, we talk about access modifiers. I’m still scratching my head 'round this topic. I still need a bit of detailed explanation on what are these, how and when to use them.
Visible anywhere allows us to only see but not edit the variable anywhere.
Edit anywhere allows us to see and edit the variable anywhere. Correct me if I’m wrong here.