Which of the following statement is true concerning objects and/or classes? An object is an instance of a class. A class includes encapsulates only data. An object includes encapsulates only data. A class is an instance of an object. TRUE ANSWER : ? YOUR ANSWER : ?
The term Complete for a UML has the same meaning as which of the following for an EER diagram? Partial specialization rule Total specialization rule Overlapping rule Disjoint rule TRUE ANSWER : ? YOUR ANSWER : ?
An abstract class is which of the following? A class that has direct instances, but whose descendants may not have direct instances. A class that has direct instances, but whose descendants may have direct instances. A class that has no direct instances, but whose descendants may not have direct instances A class that has no direct instances, but whose descendants may have direct instances. TRUE ANSWER : ? YOUR ANSWER : ?
Aggregation is which of the following? Expresses a part-of relationship and is a weaker form of an association relationship. Expresses a part-of relationship and is a stronger form of an association relationship. Expresses an is-a relationship and is a stronger form of an association relationship. Expresses an is-a relationship and is a weaker form of an association relationship. TRUE ANSWER : ? YOUR ANSWER : ?
The term Incomplete for a UML has the same meaning as which of the following for an EER diagram? Total specialization rule Partial specialization rule Disjoint rule Overlapping rule TRUE ANSWER : ? YOUR ANSWER : ?
When a business rule involves three or more graphical symbols, you can show the constraint as a note and attach the note to each of the symbols by a dashed line. True False TRUE ANSWER : ? YOUR ANSWER : ?
A constructor operation does which of the following? Deletes and existing instance of a class Updates an existing instance of a class All of these Creates a new instance of a class TRUE ANSWER : ? YOUR ANSWER : ?
A class is a concept, abstraction, or thing that makes sense in an application context. False True TRUE ANSWER : ? YOUR ANSWER : ?
In an object diagram, an object is represented as a rectangle with two compartments. True False TRUE ANSWER : ? YOUR ANSWER : ?
In UML, a class is represented by a rectangle with three compartments separated by vertical lines. False True TRUE ANSWER : ? YOUR ANSWER : ?