About Question enthuware.ocpjp.v7.2.1462 :
Posted: Mon Apr 08, 2013 8:03 pm
I got "You answered correct", but I think my answer is wrong
public enum Seasons { SUMMER, WINTER } // my answer
class TestClass{
public TestClass(){
}
}
I think I could use protected, public or private just if the enum were inside of class TestClass{...}, right ?
public enum Seasons { SUMMER, WINTER } // my answer
class TestClass{
public TestClass(){
}
}
I think I could use protected, public or private just if the enum were inside of class TestClass{...}, right ?