Choose the correct answer:
A group of programming language designers want to create classes that model typical data collections such as arrays, lists, maps. etc.
Their design must satisfy three conditions:
1. The collections must be parameterizable to support any data type.
2. Some collections must inherit from other collections to leverage reuse of functionality.
3. The implementation of the collection functions cannot be overridden.
Which UML concept should these designers use?
Choose the correct answer:
Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?
Choose the correct answer:
What does "computationally complete" mean in the context of fUML?
Choose the correct answer:
A modeler wants to develop a customization for a standard UML tool that provides the ability to specify CORBA physical Components.
Which approach should the modeler use?
Choose the correct answer:
Consider the following modeling scenario:
Which statement is correct about the modeling scenario?
Choose the correct answer:
Consider the following diagram fragment:
Which statement is correct about the diagram fragment?