Database - Object-Oriented Database - Discussion

Discussion Forum : Object-Oriented Database - General Questions (Q.No. 9)
9.
The reserved word enum is used for which of the following?
To define a range for an attribute.
To define a range for a class.
To define a range for a relationship.
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

YOGESH SINGH said:   8 years ago
An enum type is a special data type that enables for a variable to be a set of predefined constants. . Because they are constants, the names of an enum type's fields are in uppercase letters. In the Java programming language, you define an enum type by using the enum keyword.

Post your comments here:

Your comments will be displayed after verification.