Decorator pattern implementation

前端 未结 3 842
情话喂你
情话喂你 2020-12-28 19:15

Trying to implement the decorator pattern in C# from the code in the \"Head First Design Patterns\" book (written in Java).

I am just starting out with C# and am the

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 19:55

    Change new to override. Also, m_description should be protected.

提交回复
热议问题