Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference: 'uses', 'extends', 'includes'

3 Answers   Nobe,


What is the purpose of a use case diagram?

12 Answers   Satyam,


Can you name the types of modelling?

0 Answers  


In which phases of Unified process is project deployement dealt with?

0 Answers  


What is the difference between uses and extends?

0 Answers  


Is Visio a UML tool?

0 Answers  


Difference between Composition and Aggregation.

1 Answers  


On what basis I will select or choose an uml modeling tool?

0 Answers  


Why is it required to have an abstraction layer in uml?

0 Answers  


Does Visio Standard have UML?

0 Answers  


What is package diagram in UML with example?

0 Answers  


What is the purpose of a class diagram?

3 Answers  


Categories