Composite
The Composite design pattern belongs to the structural patterns and brings the recommended solution to the situation when we are working with a tree structure. It is, for example, a recursively nested navigation menu, when each item can be either a menu item (leaf) or another submenu (subtree).
Motivation
We can encounter tree structures very often. Besides the already mentioned navigation menu, you have probably already needed a tree of product categories where the categories may contain other subcategories. Of course, the pattern can be used to represent a directory structure where a folder can contain both subfolders and files. From the design point of view, it makes sense to provide
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
The Composite design pattern provides the recommended solution for working with tree structures, such as navigation menus.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.