Question: JAVA: I have to create an enum that is read-only . But i need to use the values under the enum in another class (not
JAVA: I have to create an enum that is read-only. But i need to use the values under the enum in another class (not a sub-class). Would i use protected or private? If private, how could i access those values under the enum?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
