InterviewSolution
Saved Bookmarks
| 1. |
Can You Specify An Access Modifier For An Enumeration? |
|
Answer» Enumeration MEMBERS are always public, and no ACCESS modifiers can be SPECIFIED. Enumeration members are always public, and no access modifiers can be specified. |
|