Why do we need the decorator in the decorator design pattern?

后端 未结 3 1910
渐次进展
渐次进展 2020-12-03 03:29

Presuming I have a class named A, and I want to use the decorator design pattern. Correct me if I\'m wrong, but for that to work , we\'ll need to create a decor

3条回答
  •  渐次进展
    2020-12-03 04:23

    BTW, if you're just starting out on patterns, the Head First Design Patterns book is phenomenal. It really makes the concepts simple to digest, and makes sure to contrast and compare similar patterns in a way that is ridiculously easy to understand.

提交回复
热议问题