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


What is aggregation and composition ?



What is aggregation and composition ?..

Answer / balbir

Aggregation differs from ordinary composition in that it
does not imply ownership. In composition, when the owning
object is destroyed, so are the contained objects. In
aggregation, this is not necessarily true. For example, a
university owns various departments (e.g., chemistry), and
each department has a number of professors. If the
university closes, the departments will no longer exist,
but the professors in those departments will continue to
exist. Therefore, a University can be seen as a composition
of departments, whereas departments have an aggregation of
professors. In addition, a Professor could work in more
than one department, but a department could not be part of
more than one university

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Core Java Interview Questions

Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?

1 Answers  


what is comparable and comparator interface?

0 Answers  


What are access specifiers available in java?

0 Answers  


What is difference between this and super keyword?

0 Answers  


What is thread synchronization in java?

0 Answers  


What is advantage of java?

0 Answers  


What does next mean in java?

0 Answers  


what are variables in java

7 Answers   Wipro,


What best practices should you follow while writing multithreaded code in java?

0 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


Why parsing is done?

0 Answers  


What is the difference between static class and normal class?

0 Answers  


Categories