Object Oriented Database Before specifying a key for a class, you must specify its extent. True False True False ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database An extent is which of the following? Only one instance of a class within a database The set of all instances of a class within a database A keyword that indicates that the superclass inherits from a subclass A keyword that indicates that the subclass inherits from a superclass Only one instance of a class within a database The set of all instances of a class within a database A keyword that indicates that the superclass inherits from a subclass A keyword that indicates that the subclass inherits from a superclass ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Literals do not have identifiers, and, therefore, cannot be individually referenced like objects. False True False True ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Which of the following is an ordered collection of elements of the same type? Bag List Dictionary Set Bag List Dictionary Set ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Identify the class name for the following code: ABC123 course(); All of these ABC123 course course() All of these ABC123 course course() 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