# Composite Design Pattern Theory

This video(opens new window) contains theory session. Composite design pattern belongs to Structural design pattern which belongs to Design Patterns in java. Composite design patten allows you to have a tree structure and ask each node in the tree structure to perform a task.

Last Updated: 11/21/2020, 9:42:13 AM