Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / Java

Composite Design Pattern in Java

Rate me:
Please Sign up or sign in to vote.
4.83/5 (6 votes)
9 Oct 2012CPOL3 min read 28.5K   218   5  
CodeProjectComposite design patten allows you to have a tree structure and ask each node in the tree structure to perform a task.You can take real life example of a organization.It have general managers and under general managers, there can be managers and  under managers there can be developer

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
I am a java developer and blogger.Love to connect with people interested in java,programming or blogging.You can visit my blog at http://java2blog.com/

Comments and Discussions