Composite Design Pattern in Java
Composite pattern is one of the Structural design pattern. Composite design pattern is used when we have to represent a part-whole hierarchy. Composite Design Pattern  When we need to create a structure in a way that the objects in the structure has to be treated the same way, we can […]