Swift: Composite Pattern
Composite Pattern is a structural design pattern, which provides a way to treat multiple objects the same way. This pattern is applicable when all the objects within the branching pattern need to be treated identically. This is achieved by using a co...
rasik.hashnode.dev7 min read