Is a wrapper around all items of the base class needed for decorator pattern?

后端 未结 0 1501
故里飘歌
故里飘歌 2020-12-04 21:03

I have legacy code with an interface for Settings:

public interface ISetting : ICloneable
{
// plenty of stuff, irrelevant to this question
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题