You may specify an object identifier with only one unique tag name. False True TRUE ANSWER : ? YOUR ANSWER : ?
The ODMG Object Model supports only unary and binary relationships. False True TRUE ANSWER : ? YOUR ANSWER : ?
The reserved word enum is used for which of the following? To define a range for a relationship. All of these To define a range for a class. To define a range for an attribute. TRUE ANSWER : ? YOUR ANSWER : ?
A relationship should be specified how in the ODL? One direction starting with the second class Both directions One direction starting with the first class Neither direction TRUE ANSWER : ? YOUR ANSWER : ?
The object definition language (ODL) is which of the following? All of these A method to implement a logical schema Used to develop logical schemas A data definition language for OODB TRUE ANSWER : ? YOUR ANSWER : ?
In ODL, you specify an operation using parentheses after its name. False True TRUE ANSWER : ? YOUR ANSWER : ?
ODL supports the abstract keyword for classes and operations. False True TRUE ANSWER : ? YOUR ANSWER : ?
Literals do not have identifiers, and, therefore, cannot be individually referenced like objects. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true concerning the following statement: class Manager extends Employee Manager is an abstract class and a superclass. Manager is an abstract class and a subclass. Manager is a concrete class and a superclass. Manager is a concrete class and a subclass. TRUE ANSWER : ? YOUR ANSWER : ?
Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). True False TRUE ANSWER : ? YOUR ANSWER : ?