aspose file tools
The moose likes Java in General and the fly likes aggregation and segregation in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "aggregation and segregation in java" Watch "aggregation and segregation in java" New topic
Author

aggregation and segregation in java

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
what is aggregation and segregation in java
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26489
    
  78

Sitaram,
Aggregation is having a bunch of objects in another object. For example, you aggregate a bunch of items in an ArrayList.

Segregation typically deals with separation of concerns. For example, you segregate presentation from the view in MVC.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: aggregation and segregation in java
 
Similar Threads
what is the differance between Composition and Aggregation?
what is Aggregation in java
Aggregation in Java?
sample java code needed for UML class associations
Aggregation and composition