Re: export & public
- Posted by DanM Dec 05, 2008
- 1255 views
jeremy said...
Everywhere I have seen the word private, it means specifically, outside the immediate scope, no one can access this item. The scope being a class or a file. The idea of a private journal is a good analogy for every day objects, but is counter intuitive compared to all programming languages I've ever used.
Jeremy
Ok, if it goes against the grain for normal usage in other programming languages, never mind; I also noticed that my suggestion of "unrestricted" might seem to suggest COMPLETELY unrestricted, which isn't what's desired in this situation, so nevermind for it too.
Dan