Skip to content

Instantly share code, notes, and snippets.

@g-akshay
Created February 22, 2017 15:26
Show Gist options
  • Select an option

  • Save g-akshay/93a8ca4f416b6e44ef74477bb83b708a to your computer and use it in GitHub Desktop.

Select an option

Save g-akshay/93a8ca4f416b6e44ef74477bb83b708a to your computer and use it in GitHub Desktop.
Decorator Pattern
  • aim to promote code re-use
  • offers the ability to add behaviour to existing classes in a system dynamically
  • focuses on the problem of extending objects functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment