java-composite-pattern
Composite Design pattern in Java 1. Introduction In this quick tutorial, we’ll introduce the composite design pattern in Java. We’re going to describe the structure and the purpose of its use. 2. The Structure The composite pattern is meant to allow treating individual objects and compositions of objects, or “composites” in… Continue Reading java-composite-pattern