When do you prefer to use composition than aggregation?

Answers were Sorted based on User's Feedback



When do you prefer to use composition than aggregation?..

Answer / dan

Use composition if parts cannot exist w/o container; Use
aggregation if parts can exist w/o container.

Is This Answer Correct ?    5 Yes 1 No

When do you prefer to use composition than aggregation?..

Answer / rajendra tambat

when you sure that the creation and destruction of part
class is in control of whole class you will use composition
where as the part can exist without whole class you use
aggrigation.
in compositition you will create the object of part as a
member variable
in aggrigation you will hold the reference to the part
class in whole class

Is This Answer Correct ?    4 Yes 1 No

When do you prefer to use composition than aggregation?..

Answer / abdul wahab

when madam says dear student use compositon we use
aggregation and when madam says use compostion we use
compositons....................

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More UML Interview Questions

What are the four phases of the Unified Process ?

2 Answers   Maruti Suzuki, Rana,


What is state transition diagram in UML?

0 Answers  


How do we represent private, public and protected in class diagrams?

0 Answers  


Explain all elements of a State-chart diagram.

0 Answers  


What are the parts of a deployment diagram?

0 Answers  






Explain about the methods in UML?

0 Answers  


Define SDLC in UML?

0 Answers  


Why analysis is a major part in object designing?

0 Answers  


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

0 Answers  


Brief explanation of all elements in activity diagrams

0 Answers  


What are the different views in UML?

0 Answers  


What do you understand by sdlc and name its processes?

0 Answers  


Categories