A derived element is typically shown by placing either a slash (/) or a stereotype of <> before the name of the element. False True TRUE ANSWER : ? YOUR ANSWER : ?
A UML diagram includes which of the following? All of these Class name List of attributes List of operations TRUE ANSWER : ? YOUR ANSWER : ?
The reasons for overriding include extension, restriction, and optimization. True False 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 : ?
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 : ?
In UML, a class is represented by a rectangle with three compartments separated by vertical lines. True False TRUE ANSWER : ? YOUR ANSWER : ?
In an object diagram, an object is represented as a rectangle with two compartments. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statement is true concerning objects and/or classes? An object includes encapsulates only data. A class is an instance of an object. An object is an instance of a class. A class includes encapsulates only data. TRUE ANSWER : ? YOUR ANSWER : ?
A constructor operation does which of the following? Creates a new instance of a class Deletes and existing instance of a class All of these Updates an existing instance of a class TRUE ANSWER : ? YOUR ANSWER : ?
An abstract class is which of the following? A class that has direct instances, but whose descendants may have direct instances. A class that has no direct instances, but whose descendants may have direct instances. A class that has direct instances, but whose descendants may not have direct instances. A class that has no direct instances, but whose descendants may not have direct instances TRUE ANSWER : ? YOUR ANSWER : ?