Multiple Choice
Given the following declaration: enum Tree ( OAK, MAPLE, PINE )
What is the ordinal value of the MAPLE enum constant?
A) 0
B) 1
C) 2
D) 3
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: When the this variable is used to
Q36: When an object reference is passed to
Q37: When a method's return type is a
Q38: A static field is created by placing
Q39: A declaration for an enumerated type begins
Q41: A single copy of a class's static
Q42: CRC stands for _.<br>A) Class, Recyclability, Collaborations<br>B)
Q43: If a class has a method named
Q44: If you have defined a class, SavingsAccount,
Q45: When an object is passed as an