A UML diagram includes which of the following? List of attributes List of operations All of these Class name 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 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 : ?
The fact that the same operation may apply to two or more classes is called what? Inheritance Multiple classification Encapsulation Polymorphism TRUE ANSWER : ? YOUR ANSWER : ?
An object can have which of the following multiplicities? More than one All of these Zero One 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 : ?
Multiplicity is the same as what concept for an ERD? Entity Attribute Relationship Cardinality TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following applies to a class rather than an object? Update Scope Constructor Query TRUE ANSWER : ? YOUR ANSWER : ?
The reasons for overriding include extension, restriction, and optimization. True False TRUE ANSWER : ? YOUR ANSWER : ?