Is there any difference between Containment and Composition?

Answers were Sorted based on User's Feedback



Is there any difference between Containment and Composition?..

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

Is there any difference between Containment and Composition?..

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

Post New Answer

More UML Interview Questions

Why can't I easily interchange uml models between modeling tools?

0 Answers  


Define SDLC in UML?

0 Answers  


What does state model represent?

0 Answers  


What are UML Messages?

0 Answers  


What are the different views that have to be considered before the buildup of an object oriented software system?

0 Answers  






What are structural diagrams in UML?

0 Answers  


What are the different views in UML?

0 Answers  


What are boundary, entity and control classes?

0 Answers  


how to define the models in the uml diagrams?

2 Answers  


What are the different steps involved in object oriented analysis?

0 Answers  


What are components of an mvc architecture?

0 Answers  


What does UML do?

0 Answers  


Categories