In global code what is the meaning of €œPublic€, €œPrivate€ or €œprotected€ keyword?
I saw that code stage in object could access any variable/methods declared in €œglobal code€ and in other object we only access methods from this object if we published them.
So these keywords doesn€™t have any role.
Could you please advise?