Object Oriented Database The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals. True False True False ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database A relationship should be specified how in the ODL? One direction starting with the second class Neither direction One direction starting with the first class Both directions One direction starting with the second class Neither direction One direction starting with the first class Both directions ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Which of the following is true concerning the following statement: class Manager extends Employee Manager is a concrete class and a subclass. Manager is an abstract class and a subclass. Manager is a concrete class and a superclass. Manager is an abstract class and a superclass. Manager is a concrete class and a subclass. Manager is an abstract class and a subclass. Manager is a concrete class and a superclass. Manager is an abstract class and a superclass. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database ODL supports which of the following types of association relationships? Unary Unary and Binary Unary and Binary and Ternary Unary and Binary and Ternary and higher Unary Unary and Binary Unary and Binary and Ternary Unary and Binary and Ternary and higher ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database The reserved word enum is used for which of the following? All of these To define a range for a class. To define a range for an attribute. To define a range for a relationship. All of these To define a range for a class. To define a range for an attribute. To define a range for a relationship. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Identify the class name for the following code: ABC123 course(); All of these course() ABC123 course All of these course() ABC123 course ANSWER DOWNLOAD EXAMIANS APP