All Posts tagged as "Structural Design Pattern"

Decorator Design Pattern

Decorator pattern is a type of structural design pattern which acts as a wrapper around existing classes and help to add new functionality without modifying the already existing structure.

Read