posted 18 years ago
No i don't think so it means that. This is the basic enum declaration syntax no matter where you declare it.
I understand :
1. Enum can be declared outside all classes.
2. Enum can be declared in a class (its own class), however it's variable is declaerd in another class.
3. Enum along with it's variable (instance variable) can be part of a single class..
Let me know if i am correct.