In UML, a class is represented by a rectangle with three compartments separated by vertical lines. False True TRUE ANSWER : ? YOUR ANSWER : ?
Multiple inheritance allows a class to inherit features from more than one superclass. False True 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. False True TRUE ANSWER : ? YOUR ANSWER : ?
The fact that the same operation may apply to two or more classes is called what? Polymorphism Encapsulation Inheritance Multiple classification TRUE ANSWER : ? YOUR ANSWER : ?
An object's state is determined by its attribute values and links to other objects. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following applies to a class rather than an object? Update Query Scope Constructor TRUE ANSWER : ? YOUR ANSWER : ?
In an object diagram, an object is represented as a rectangle with two compartments. True False TRUE ANSWER : ? YOUR ANSWER : ?
A UML diagram includes which of the following? Class name All of these List of attributes List of operations 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 an is-a relationship and is a stronger 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 weaker form of an association relationship. TRUE ANSWER : ? YOUR ANSWER : ?