Charles Muchene's Blog

Charles Muchene's Blog

Follow
homeMePortfolioBuy me teabadges
Tag

Composite Design Pattern

#composite-design-pattern

More content

Read more stories on Hashnode


Articles with this tag

Composite Pattern

Apr 17, 20235 min read

The composite design pattern allows us to create a tree structure of objects. The key idea with the pattern is that given a root component, we can...

Composite Pattern