Multiple Choice
A set of named constants that start with the value 0 for the first constant and increment by 1 for each subsequent constant can be declared as a(n) ________.
A) class
B) enum
C) enumeration
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is false?<br>A)
Q2: Variables should be declared as fields only
Q12: Which of the following statements is false?<br>A)
Q19: Which statement creates a random value from
Q26: Which of the following statements describes block
Q29: The parameter list in the method header
Q30: A well-designed method _.<br>A)performs multiple unrelated tasks<br>B)repeats
Q33: In a class containing methods with the
Q34: An overloaded method is one that _.<br>A)has
Q37: To declare a method as static,place the