This repository provides simple Java examples demonstrating several structural design patterns. These patterns focus on how classes and objects are composed to form larger structures. The examples are ...
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 ...