Skip to main content
Post Made Community Wiki
added 62 characters in body
Source Link
JD Isaacks
  • 8.9k
  • 12
  • 50
  • 54

Decorator

Add functionality to an object at runtime through composition. My personal favorite.

Edit: Also Factory is probably one of the most common.

Decorator

Add functionality to an object at runtime through composition. My personal favorite.

Decorator

Add functionality to an object at runtime through composition. My personal favorite.

Edit: Also Factory is probably one of the most common.

Source Link
JD Isaacks
  • 8.9k
  • 12
  • 50
  • 54

Decorator

Add functionality to an object at runtime through composition. My personal favorite.