| Author |
private enum member within same file, is it possible?
|
Oskar Morganstern
Greenhorn
Joined: Mar 24, 2010
Posts: 1
|
|
How come I can access points?
something which I declared as private. I know that if I declared the enum in a separate file that it would not be visible. But why is it visible within the same file?
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
A rancher asked the same question yesterday Here.
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: private enum member within same file, is it possible?
|
|
|