Structural Design Patterns

Patterns that are concerned with class and object composition 

  • Adapter pattern 
  • Decorator pattern 
  • Bridge pattern 
  • Flyweight pattern 
  • Proxy pattern 
  • Composite pattern

Adapter Pattern 

  • What is it? 
    • The Adapter design pattern allows otherwise incompatible classes to work together by converting the interface of one class into an interface expected by the clients 
  • When to use it? 
    • Use it when there is an existing class (possibly from a 3rd-party vendor) you need to use but it does not provide desired interface you need

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.