Object Oriented Database Identify the class name for the following code: ABC123 course(); All of these course course() ABC123 All of these course course() ABC123 ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database A relationship should be specified how in the ODL? One direction starting with the first class Both directions Neither direction One direction starting with the second class One direction starting with the first class Both directions Neither direction One direction starting with the second class ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database ODL supports the abstract keyword for classes and operations. False True False True ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database An ordered collection of elements of the same type are called sets. True False True False 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 relationship. To define a range for an attribute. To define a range for a class. All of these To define a range for a relationship. To define a range for an attribute. To define a range for a class. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database If you know all the possible values that an attribute can have, you can enumerate those values in ODL. True False True False ANSWER DOWNLOAD EXAMIANS APP