Skip to content

The composite pattern is a partitioning design pattern. The composite pattern describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies.

Notifications You must be signed in to change notification settings

ParsaMehdipour/Intro-To-Composite-Design-Pattern

Repository files navigation

Intro-To-Composite-Design-Pattern

Composite is a structural design pattern that allows composing objects into a tree-like structure and work with the it as if it was a singular object. Composite became a pretty popular solution for the most problems that require building a tree structure.

About

The composite pattern is a partitioning design pattern. The composite pattern describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages