Composite
Composite Design Pattern
The Composite design pattern is a structural pattern used in software engineering to compose objects into tree-like structures to represent part-whole hierarchies. It allows clients to treat individual objects and composition...
stepbystepcode.in2 min read