The statement is correct. In the sense, that an enumeration is a list of constants. Actually, an Enumeration is an Array of Constants. But there are significant differences that you need to understand. First of all, an enumeration is different from a constant because it is available at run-time. The...