Is there any difference between Containment and Composition?
Answers were Sorted based on User's Feedback
Answer / shilpa
object composition is a way to combine simple objects or
data types into more complex ones. Compositions are a
critical building block of many basic data structures,
including the tagged union, the linked list, and the binary
tree, as well as the object used in object-oriented
programming.
Composited (composed) objects are often referred to as
having a "has a" relationship.
Composition that is used to store several instances of the
composited data type is referred to as containment.
Examples of such containers are arrays, linked lists,
binary trees and associative arrays.
In UML, containment is depicted with a multiplicity of 1 or
0..n (depending on the issue of ownership), indicating that
the data type is composed of an unknown number of instances
of the composited data type.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / pramod
Composition that is used to store several instances of the
composited data type is referred to as containment.
Examples of such containers are arrays, linked lists,
binary trees and associative arrays.
In UML, containment is depicted with a multiplicity of 1 or
0..n (depending on the issue of ownership), indicating that
the data type is composed of an unknown amount of instances
of the composited data type.
| Is This Answer Correct ? | 6 Yes | 13 No |
What is collaboration diagram in UML?
What is the difference between static and dynamic Classificaition.Give some examples.
How do we represent private, public and protected in class diagrams?
What is UML and its features?
What is object diagram in UML?
What are boundary, entity and control classes?
Is there any difference between Containment and Composition?
What relations are there between the Class Diagrams and Domain models.
What are the types of event?
How are the diagrams divided?
What are the three types of modeling in UML?
What are the operations on facets supported by uml?