Object Oriented Database Identify the class name for the following code: ABC123 course(); course() ABC123 course All of these course() ABC123 course All of these ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database An attribute's value is always literal. True False True False ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Which of the following is an ordered collection of elements of the same type? Set Dictionary Bag List Set Dictionary Bag List ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database The reserved word enum is used for which of the following? 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. All of these To define a range for a class. ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Which of the following is an unordered collection of elements that may contain duplicates? Dictionary Bag Set List Dictionary Bag Set List ANSWER DOWNLOAD EXAMIANS APP
Object Oriented Database Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). True False True False ANSWER DOWNLOAD EXAMIANS APP