Skip to content
#

composite-design-pattern

Here are 10 public repositories matching this topic...

Language: All
Filter by language

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

  • Updated Jan 23, 2023
  • C#

A composite pattern is a partitioning design pattern and 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. It allows you to have a tree structure and ask each node in the tree struc…

  • Updated Jun 6, 2021
  • Java

Improve this page

Add a description, image, and links to the composite-design-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the composite-design-pattern topic, visit your repo's landing page and select "manage topics."

Learn more