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...


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 elements in State Chart diagrams?

0 Answers  


What are the features of UML?

0 Answers  


Does UML diagram have relationships?

0 Answers  


What is the difference between a component and an object?

2 Answers  


What are the different steps involved in object oriented analysis?

0 Answers  


Who maintains the uml specification and how is it updated?

0 Answers  


What is dependency?

0 Answers  


explain important relationships that are used in object- oriented modeling.

0 Answers  


In an Java interview, the Following question was asked.. How do you represent a class in UML?

2 Answers   ABC,


What is Association and its types?

0 Answers  


What is a communication diagram in UML?

0 Answers  


Explian following terms: Constraint Rules, Design by contract.

1 Answers  


Categories